<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@font-face {
    font-family: "impact";
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/impact-webfont.eot');
    src: url('../fonts/impact-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/impact-webfont.woff') format('woff'), url('../fonts/impact-webfont.ttf') format('truetype'), url('../fonts/impact-webfont.svg#Futura') format('svg');
}

html,
body {
    height: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

body {
    padding: 0;
    margin: 0px auto;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    width: 100%;
    min-width: 1300px;
    zoom: 1;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, Arial, "宋体";
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    max-width:1920px;
}

ul,
li,
form,
dl,
dt,
dd,
div,
ul,
li,
p,
em,
i,
address {
    font-style: normal;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
}

select,
input,
textarea,
button {
    font-size: 16px;
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #545454;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, Arial, "宋体";
}

input:focus {
    outline: none;
}

input,
button,
select,
textarea {
    border: 0px;
    outline: none;
    /*-webkit-appearance:none;*/
    /*强制去除表单自带的样式*/
}

button {
    cursor: pointer;
}

textarea {
    resize: none;
    /*-webkit-appearance:none;*/
    /*强制去除textarea自带的样式*/
}

textarea,
input,
select {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
fxigcaption,
address {
    display: block;
}


/*html5设置*/

figure,
figcaption {
    margin: 0px;
    padding: 0px;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

img {
    max-width: 100%;
    border: none;
    border: 0;
    vertical-align: top;
}

a {
    color: #333333;
    text-decoration: none;
    noline: -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition: all ease 0.3s;
}

a:focus,
p:focus,
div:focus {
    outline: none;
    -moz-outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
    text-decoration: none;
    color: #0D5DBF;
}


/**:hover{transition: all ease 0.3s;}*/


/*input字体*/

:-moz-placeholder {
    color: #999999;
}

::-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
}

select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: 0;
    text-indent: 1.3em;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    color: #999999;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: #f0f0f0 url(../images/selectarr.png) no-repeat scroll 92% center;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;
}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

select::-ms-expand {
    display: none;
}


/*网页滚动条*/

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    -webkit-overflow-scrolling: touch;
    background-color: #e6e6e6;
}

::-webkit-scrollbar-track {
    background-color: #e6e6e6;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #333;
}

::-webkit-scrollbar-button {
    height: 0px;
    background-color: #e6e6e6;
}


/*公用样式*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.tl {
    text-align: left !important;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center !important;
}

.hide {
    display: none;
}

.block {
    display: block;
}

.clear {
    clear: both;
}

.clearfix {
    overflow: hidden;
    _zoom: 1;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.relative {
    position: relative;
}

.bodyon {
    overflow: hidden;
}

.Contain {
    position: relative;
    clear: both;
    width: 1300px;
    margin: 0px auto;
}

.imgbox {
    overflow: hidden;
    position: relative;
}

.imgbox span {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.Scale-img {
    overflow: hidden;
    cursor: pointer;
    zoom: 1;
    overflow: hidden;
}

.Scale-img img,
.Scale-img span {
    opacity: 1;
    -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
    transition: opacity 0.6s, transform 0.6s;
}

.Scale-img:hover img,
.Scale-img:hover span {
    opacity: 1;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    top: 0px;
    left: 0px;
}

.effict {
    transition: all ease 0.3s;
}

@media ( max-width:1280px) {
    .Contain {
        width: 1260px;
    }
    body {
        min-width: 1260px;
    }
}

@media ( max-width:1024px) {
    .iconfont {
        font-size: 20px;
    }
    body {
        font-size: 14px;
        line-height: 24px;
        min-width: 300px;
        overflow-x: scroll;
    }
    .Contain {
        width: auto;
        margin: 0 15px;
    }
    select,
    input,
    textarea,
    button {
        font-size: 14px;
        *-webkit-appearance: none;
    }
}


/*页面框架结构*/

.SildeBar {}

.MainContent {}

.Content {}

.SinglePage {
    /*单片*/
    text-justify: inter-ideograph;
    text-align: justify;
    word-wrap: break-word;
    clear: both;
    overflow: hidden;
}

.Current {
    /*当前位置*/
}


/*分页*/

.Pages {
    zoom: 1;
    text-align: center;
    clear: both;
    line-height: 34px;
    margin: 20px auto 80px
}

.Pages span {
    padding: 0px 0px;
    display: inline-block;
    vertical-align: middle;
}

.Pages a {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 3px;
    text-align: center;
    width: 34px;
    border: 1px solid #DCDCDC;
    color: #666666;
}

.Pages .p_page a {
    display: inline-block;
    vertical-align: middle;
}

.Pages .p_page .a_prev,
.Pages .p_page .a_next,
.Pages .p_page .a_first,
.Pages .p_page .a_end {
    padding: 0 10px;
    width: auto;
}

.Pages .p_page .a_prev:hover,
.Pages .p_page .a_next:hover,
.Pages .p_page .a_first:hover,
.Pages .p_page .a_end:hover {
    color: #fff;
    background: #0C55B8;
    border: 1px solid #0C55B8;
}

.Pages .p_page .num a {}

.Pages .p_page .num a:hover,
.Pages .p_page .num a.a_cur {
    color: #fff;
    background: #0C55B8;
    border: 1px solid #0C55B8;
}

.Pages span.p_jump b{font-weight:normal;}
.Pages span.p_jump input{width:40px;height:34px;border:1px solid #e6e6e6;text-align:center;display:inline-block;margin:0 5px;}
.Pages span.p_jump input{width:40px;height:34px;border:1px solid #e6e6e6;text-align:center;display:inline-block;margin:0 5px;}
.Pages span.p_jump .i_button{width:50px;height:34px;background:#0C55B8;border:1px solid #0C55B8;color:#fff;}

@media ( max-width:1024px) {
    .Pages {
        line-height: 26px;
    }
    .Pages a {
        margin: 0px 1px;
        width: 24px;
    }
    .Pages .p_page .a_prev,
    .Pages .p_page .a_next,
    .Pages .p_page .a_first,
    .Pages .p_page .a_end {
        padding: 0 4px;
    }
}


/*分页*/


/*Top s*/

.Header {
    height: 140px;
    line-height: 140px;
    background: url(../images/tbg.png) no-repeat top center;
    width: 100%;
}

.Logo {
    float: left;
}

.Logo img {
    margin-top: 26px;
    height: 89px;
}

.searchico {
    cursor: pointer;
    float: right;
    padding-top: 38px;
}

.searchico .c2 {
    display: none;
}

.searchico.on .c1 {
    display: none;
}

.searchico.on .c2 {
    display: block;
}

.searchbox {
    display: block;
    float: right;
    width: 300px;
    position: absolute;
    top: 44px;
    right: 0;
    z-index: 100;
    /*box-shadow:0 0 10px rgba(0,0,0,0.4);*/
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #E6E6E6
}

.searchbox input {
    width: 80%;
    height: 50px;
    line-height: 50px;
    background: none;
    font-size: 14px;
    text-indent: 0.8em;
    float: left;
}

.searchbox .btn {
    color: #fff;
    font-size: 14px;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
}


/*.searchbox .btn:hover { background:#0062AD;}*/

.MainNav {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: url(../images/nbg.png) no-repeat center;
}

.MainNav li {
    float: left;
    position: relative;
    width: 20%;
    background: url(../images/shu.png) no-repeat right center;
}

.MainNav li img {
    vertical-align: middle;
    margin-right: 10px;
}

.MainNav li span a {
    display: block;
    text-align: center;
    position: relative;
    transition: all ease 0.3s;
    line-height: 60px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.MainNav li em {
    position: relative;
    z-index: 1;
}

.MainNav .bg {
    position: absolute;
    left: 50%;
    bottom: 0px;
    height: 2px;
    background: #0b419c;
    width: 0;
    transition: all ease 0.3s;
}

.MainNav .arr {
    display: none;
}

.MainNav li.onnav {
    background: #DB0000
}

.MainNav li:hover span a,
.MainNav li.onnav span a,
.MainNav li span a.sele {
    color: #fff;
}

.MainNav li:hover span .bg,
.MainNav li.onnav span .bg,
.MainNav li span a.sele .bg {
    left: 0;
    width: 100%;
}

.NavPull {
    z-index: 99;
    display: none;
    position: absolute;
    text-align: center;
    top: 60px;
    left: -0;
    width: 100%;
    padding: 10px 0;
    line-height: 33px;
    background: rgba(11, 65, 156, 0.8);
}

.NavPull.null {
    background: none;
    padding: 0;
}

.NavPull dd {
    margin: 0 10px;
}

.NavPull a {
    color: #fff;
    display: block;
}

.NavPull a:hover {
    background: #0b419c;
}

.openbtn {
    cursor: pointer;
    display: none;
    width: 32px;
    height: 25px;
    padding-top: 1px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 8px;
    z-index: 999;
}

.closebtn {
    position: fixed;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
    background: rgba(0, 0, 0, 0.5);
}

.openbtn span {
    display: block;
    height: 3px;
    background: #1b49a5;
    margin: 4px;
    transition: all ease 0.3s;
}

.openbtn.on .sp1 {
    -webkit-transform: translate(0, 7px) rotate(45deg) !important;
    -moz-transform: translate(0, 7px) rotate(45deg) !important;
    -ms-transform: translate(0, 7px) rotate(45deg) !important;
    -o-transform: translate(0, 7px) rotate(45deg) !important;
    transform: translate(0, 7px) rotate(45deg) !important;
}

.openbtn.on .sp2 {
    -webkit-transform: translate(0, 0) rotate(-45deg) !important;
    -moz-transform: translate(0, 0) rotate(-45deg) !important;
    -ms-transform: translate(0, 0) rotate(-45deg) !important;
    -o-transform: translate(0, 0) rotate(-45deg) !important;
    transform: translate(0, 0) rotate(-45deg) !important;
}

.openbtn.on .sp3 {
    display: none;
}

@media ( max-width:1024px) {
    .Header {
        height: 45px;
    }
    .Header .Logo {
        padding-top: 4px;
    }
    .Header .Logo img {
        height: 38px;
    }
    .Header .openbtn {
        display: block;
    }
    .searchico {
        display: block;
        margin-right: 45px;
        padding-top: 11px;
        width: 20px;
    }
    .searchbox {
        position: absolute;
        top: 45px;
        right: 0;
        z-index: 100;
        width: 100%;
    }
    .MainNav {
        height: 40px;
    }
    .MainNav ul {
        position: fixed;
        height: 100%;
        overflow-y: auto;
        z-index: 999;
        width: 200px;
        padding: 0;
        right: -200px;
        background: #fff;
        top: 45px;
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        transition: all ease 0.3s;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
    .MainNav li {
        display: block;
        position: relative;
        cursor: pointer;
        float: none;
        border-bottom: 1px solid #e9e9e9;
        border-top: 1px solid #f9f8f6;
        width: auto;
        margin: 0 10px;
        background: none;
    }
    .MainNav li span a {
        font-size: 16px;
        text-align: left;
        display: block;
        line-height: 40px;
        height: 40px;
        padding: 0 0 0 5px;
        border: 0;
        color: #1a1a1a;
    }
    .MainNav li span a em {
        height: auto;
        line-height: 40px;
    }
    .MainNav .bg {
        display: none
    }
    .MainNav li:hover span a,
    .MainNav li.onnav span a,
    .MainNav li span a.sele {
        color: #fff;
    }
    .MainNav .arr {
        display: inline-block;
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 46px;
        left: 0px;
        top: 0px;
    }
    .MainNav .arr i {
        position: absolute;
        background: url(../images/arrb.png);
        width: 17px;
        height: 10px;
        right: 0px;
        top: 15px;
        transition: all ease 0.3s;
    }
    .MainNav li.onnav .arr i {
        dis-moz-transform: translate(0, -3px) rotate(-180deg) !important;
        -ms-transform: translate(0, -3px) rotate(-180deg) !important;
        -o-transform: translate(0, -3px) rotate(-180deg) !important;
        transform: translate(0, -3px) rotate(-180deg) !important;
    }
    .MainNav.on ul {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        right: 0;
    }
    .NavPull {
        position: static;
        line-height: 30px;
        padding: 8px;
        text-align: left;
        background: none;
    }
    .NavPull dd {
        position: relative;
    }
    .NavPull dd a {
        padding: 0;
        color: #666;
    }
    .NavPull dd a:hover {
        background: none;
        color: #0278d0;
    }
}

.Header2 .Header_r {width: 530px;margin-top: 30px;}
.Header2 .Header_r .login{height: 20px;line-height: 20px;}
.Header2 .Header_r .login a{float: left;margin: auto 5px; }
.Header2 .Header_r .login a img{height: 20px;margin-right: 10px;}
.Header2 .searchbox{position: static;width: 240px;height: 45px;border: solid 1px #e6e6e6;border-radius: 5px;background-color: #ffffff;line-height: 45px; float: left;margin-top: 15px;}
.Header2 .searchbox input{height: 45px;line-height: 45px;}
.Header2 .searchbox .btn{position: static;width: 40px;height: 45px;}
.Header2 .yqlinks{float: right;width: 280px;    height: 45px;line-height: 45px;margin-top: 15px;text-indent: 10px;position: relative;color: #999999; cursor: pointer;   background: #ffffff url(../images/xiala.png) no-repeat 260px center;    border-radius: 5px;    border: solid 1px #e6e6e6;}
.Header2 .yqlinks .yqlinkspull{position: absolute;top: 45px;width: 100%;height: auto;left: 0;border: solid 1px #e6e6e6;background-color: #ffffff;z-index: 999;display: none;padding: 5px 0}
.Header2 .yqlinks .yqlinkspull a{display: block;font-size: 14px;line-height: 30px;line-height: 30px;}
.Header2 .yqlinks:hover .yqlinkspull{display: block;}
#nav5,#nav3,#nav2{position: static;}
#nav5 .NavPull,#nav3 .NavPull,#nav2 .NavPull{padding: 25px 45px 45px;width: 1190px;height: auto;background: #fff;box-shadow: 7px 7px 60px 0px 
        rgba(4, 4, 4, 0.2);}
#nav5 .NavPull .ztnav{float: left;margin-right: 25px;margin-top: 25px;width: 380px;height: 115px;}
#nav5 .NavPull .ztnav img{width: 380px;height: 115px;}
#nav5 .NavPull .ztnav:nth-child(3n){margin-right: 0;}
#nav3 .NavPull .hasMoreTab{ width:690px; }
#nav3 .NavPull  .hasMoreTab .hd{ line-height:24px; height:24px;margin-bottom: 20px;}
#nav3 .NavPull  .hasMoreTab .hd .more{ float:right;font-weight: normal; }
#nav3 .NavPull  .hasMoreTab .hd ul{ z-index:5; }
#nav3 .NavPull  .hasMoreTab .hd li{ float:left;  padding:0 25px; cursor:pointer; margin-left:-1px; font-size: 16px;color: #333;width: auto; font-weight:bold;background: #D1D1D1;margin-right: 2px;}
#nav3 .NavPull  .hasMoreTab .hd li.on{   background:#054DAE; color:#fff;  }
#nav3 .NavPull  .hasMoreTab .bd{  padding:10px 0; clear:both; position:relative;  }
#nav3 .NavPull  .hasMoreTab .bd ul a{ font-size: 16px;color: #333  }
#nav3 .NavPull  .hasMoreTab .bd ul li{width: 670px;height: 40px;line-height: 40px;background: url(../images/dian1.png) no-repeat left center;padding-left: 20px;text-align: left;}
#nav3 .NavPull  .conWrap,#nav3 .NavPull  .conWrap .con{width: 100% !important;height: 280px !important;}
#nav3 .NavPull .hasMoreTab .bd ul a:hover{background: none;}
.MainNav #nav3 .NavPull  .hasMoreTab .hd  .more a{font-size: 16px;color: #666;line-height: 24px;height: 24px;font-weight: normal;}
.MainNav #nav3 .NavPull  .hasMoreTab .hd  .more a:hover{background: none}
#nav3 .NavPull  .hasMoreTab .bd ul li span{color: #999}
#nav3 .NavPull .hasMoreTab .bd ul li:hover a{color: #054DAE}
#nav3 .NavPull  .hasMoreTab .bd ul li a{display: inline-block;}

#nav3 .NavPull  .navnews_r{width: 410px;}
#nav3 .NavPull  .navnews_r a{float: left;width: 200px;height: 80px;line-height: 80px;text-align: center;background: #F7F7F7;color: #333;margin-bottom: 10px;font-size: 20px;font-weight: bold;}
#nav3 .NavPull  .navnews_r a:nth-child(2n){float: right;}
#nav3 .NavPull  .navnews_r a:hover{color: #fff;background: #D90000}
#nav2 .aboutnav_l{width: 650px;}
#nav2 .aboutnav_l h3{font-size: 20px;color: #010101;height: 54px;line-height: 54px;border-bottom: 1px solid #EDEDED;text-align: left;margin-bottom: 25px;}
#nav2 .aboutnav_l p{font-size: 16px;line-height: 30px;color: #333;text-align: left;margin-bottom: 50px;text-indent:2em;}
#nav2 .aboutnav_l p span{display:inline-block}
#nav2 .aboutnav_l  a{font-size: 16px;color: #d90000;text-align: left;}
#nav2 .aboutnav_l  a:hover{background: none;}
#nav2 .aboutnav_r{width: 410px;}
#nav2 .aboutnav_r a{float: left;width: 200px;height: 80px;line-height: 80px;text-align: center;background: #F7F7F7;color: #333;margin-bottom: 10px;font-size: 20px;font-weight: bold;}
#nav2 .aboutnav_r a:nth-child(2n){float: right;}
#nav2 .aboutnav_r a:hover{color: #fff;background: #D90000}

/*Top end*/


/*首页 s*/


/*底部*/

.Bottom {
    padding: 30px 0;
    float: left;
    ;
    width: 100%;
    text-align: left;
    background: #0C55B8;
}

.Bottom .footer_l {
    width: 890px;
}

.Bottom .footer_l h3 {
    font-size: 16px;
    color: #fefefe;
    line-height: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin-bottom: 10px;
}

.Bottom .footer_l .fnav {
    font-size: 14px;
    color: #fefefe;
    line-height: 24px;
}

.Bottom .footer_l .fnav a {
    color: #fefefe;
    font-size: 14px;
    display: inline-block;
    float: left;
    width: 33.3%;
    line-height: 35px;
    opacity: 0.5;
}

.Bottom .footer_l .fnav i {
    width: 14px;
    height: 24px;
    line-height: 24px;
    background: url(../images/dian.png) no-repeat center;
    display: inline-block;
    float: left;
}

.Bottom .Copyright {
    font-size: 14px;
    color: #b1c0d3;
    line-height: 24px;
    text-align: center;
    margin-top: 40px;
    padding: 20px 0 0;
    border-top: 1px solid #2566BF;
}

.Bottom .Copyright a {
    color: #fff
}

.Bottom .footer_l .footer_tel {
    margin-top: 15px
}

.Bottom .footer_l .footer_tel p {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #777;
    display: inline-block;
    float: left;
}

.Bottom .footer_l .footer_tel span {
    font-family: Bebas;
    font-size: 24px;
    color: #5394ff;
    line-height: 25px;
    display: inline-block;
}

.totop {
    position: fixed;
    right: 10%;
    bottom: 5%;
    width: 50px;
    height: 50px;
    text-align: center;
    z-index: 10000;
    cursor: pointer;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #0C55B8 url(../images/totop.png) center center no-repeat;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.totop.cd-is-visible {
    visibility: visible;
    opacity: 1;
    cursor: pointer;
}

.totop .iconfont {
    font-size: 14px;
}

.Bottom .ewm {
    margin-top: 45px;
    width:380px;
}

.Bottom .ewm img {
    width: 150px;
    height: 150px;
}

.Bottom .ewm div {
    color: #fff;
    margin-right: 20px;
    margin-top: 40px;
    line-height: 40px;
}

.Bottom .ewm div h3 {
    font-size: 18px;
}
.Bottom .ewm .ewmbox{width:48%;text-align:center;margin:auto 1%;}
.Bottom .ewm .ewmbox p{font-size:12px;}
@media ( max-width:1024px) {
    .Bottom .footer_l {
        width: 100%;
        text-align: center;
    }
    .Bottom .footer_l .footer_tel p {
        float: none;
        display: block;
    }
    .Bottom .ewm {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .Bottom .footer_l .fnav a {
        float: none;
        padding: 0 10px;
    }
    .Bottom .footer_l .fnav i {
        display: none
    }
    .Bottom .footer_l .fnav {
        height: 30px;
        line-height: 30px;
    }
    .Bottom .footer_l .Copyright {
        line-height: 30px;
    }
    .totop {
        width: 35px;
        height: 35px;
        line-height: 35px;
        color: #fff;
        margin-right: 0;
        right: 10px;
    }
}

.LeftMenu {
    width: 320px;
    background: #F6F6F6;
    margin-top: 50px;
    float: left
}


/* 
.sideMenu {
    padding: 25px;
}

.sideMenu h3 {
    padding-left: 10px;
    border-bottom: 1px solid #E8E8E8;
    background: #F6F6F6;
    cursor: pointer;
    font-size: 20px;
    line-height: 60px;
    height: 60px;
    font-weight: normal;
}

.sideMenu h3 em {
    float: right;
    display: block;
    width: 40px;
    height: 60px;
    background: url(../images/jia.png) no-repeat center;
    cursor: pointer;
}

.sideMenu h3.on em {
    background: url(../images/jian.png) no-repeat center;
}

.sideMenu ul {
    padding: 8px 25px;
    color: #999;
    display: none;

}
.LeftMenu h1 {
    width: 320px;
    height: 80px;
    background-color: #0c55b8;
    font-size: 26px;
    color: #ffffff;
    text-align: center;
    line-height: 80px;
}
.sideMenu ul li.active {
    color: #0c55b8;
}
.sideMenu ul li {
    font-size: 16px;
    color: #666;
    line-height: 40px;
}
.sideMenu h3.on,
.sideMenu h3:hover {
    color: #0c55b8
}
.sideMenu h3:last-of-type {
    border-bottom: none;
}
*/


/* 
.MenuList {
    width: 25%;
    background: #F6F6F6;
    float: left;
} */

.LeftMenu h1 {
    height: 80px;
    background-color: #0c55b8;
    font-size: 26px;
    color: #ffffff;
    text-align: center;
    line-height: 80px;
}

.LeftMenu ul {
    padding: 3%;
}

.LeftMenu li {}

.LeftMenu .menu_level1 li a {
    padding-left: 10px;
    border-bottom: 1px solid #E8E8E8;
    background: #F6F6F6;
    cursor: pointer;
    font-size: 20px;
    line-height: 60px;
    height: 60px;
    font-weight: normal;
    display: block;
}

.LeftMenu li a em {
    float: right;
    display: block;
    width: 40px;
    height: 60px;
    background: url(../images/jia.png) no-repeat center;
    cursor: pointer;
}

.LeftMenu li a:hover {
    color: #0c55b8;
}

.LeftMenu .menu_level1 li .menu_level2 a {
    font-size: 16px;
    color: #666;
    line-height: 40px;
    height: 40px;
}

.LeftMenu .menu_level1 li .menu_level2 a em {
    height: 40px;
}

.LeftMenu li a.ona em {
    background: url(../images/jian.png) no-repeat center;
}

.LeftMenu li a.ona {
    color: #0c55b8;
}

.LeftMenu li a.onred {
    color: #0c55b8;
}

.LeftMenu .menu_level1 li .menu_level2 a.ona {
    color: #0c55b8 !important;
}

.LeftMenu .menu_level1 li .menu_level2 a.onred {
    color: #0c55b8 !important;
}

.LeftMenu li span a:hover,
.LeftMenu li.onli span a {
    background: url(../images/jian.png) 0px center no-repeat;
    color: #0c55b8;
}

.LeftMenu ul ul {
    display: none;
}

.LeftMenu ul ul .inactive {
    background: none;
    padding: 0;
}

.LeftMenu ul ul {
    margin: 5px 10px 5px 28px;
}

.LeftMenu ul ul ul {
    margin-left: 10px;
}

.LeftMenu ul ul ul ul {
    margin-left: 35px;
}

.LeftMenu ul ul li {
    border-bottom: 0;
    padding: 0;
}

.LeftMenu ul ul li a {
    line-height: 30px;
    color: #333333 !important;
}

.LeftMenu ul ul ul li a {
    color: #666666 !important;
    font-size: 14px !important;
}

.MenuList ul ul ul ul li a {
    color: #999999 !important;
    line-height: 28px;
}

.Rightlist {
    width: 910px;
    margin-top: 50px;
}

.Rightlist .location {
    border-bottom: 1px solid #ebebeb;
    ;
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
}

.Rightlist .location h3 {
    font-size: 22px;
    color: #0c55b8;
}

.Rightlist .location .location_r img {
    vertical-align: middle;
    margin-right: 5px;
}

.Rightlist .location .location_r {
    color: #999;
    font-size: 14px;
}

.Rightlist .location .location_r a {
    color: #999
}

.Rightlist .location .location_r span {
    color: #db0000;
}

.Rightlist_b li {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #EDEDED;
    padding-left: 15px;
    background: url(../images/dian1.png) no-repeat left center;
    font-size: 16px;
}

.Rightlist_b li span {
    color: #999;
    margin-right: 30px;
}

.Rightlist_b li time {
    color: #999;
}

.Rightlist_b {
    padding-bottom: 90px;
}

.Content_info {
    border: 1px solid #EBEBEB;
    padding: 20px 90px;
    display: inline-block;
    font-size: 14px;
}

.Content_info p {
    width: 50%;
    float: left;
    line-height: 40px;
}

.Content_info p strong {
    color: #333;
    display: inline-block;
    width: 80px;
    text-align: justify;
}

.Content_b {
    margin-top: 40px;
}

.Content_b table{width:100% !important;border-collapse: collapse;border-spacing: 0;border: 1px solid #666 !important;}
.Content_b table td{height:40px;border:1px solid #666 !important;width:auto !important;}
.Content_b table td *{font-family:"宋体";font-size:16px;}

.Content_b .title {
    font-size: 28px;
    line-height: 40px;
    color: #333333;
    font-weight: normal;
}

.Content_b .info {
    font-size: 16px;
    color: #333;
    margin-top: 15px;
    padding-bottom: 40px;
    border-bottom: 1px solid #030303;
}

.Contents p {
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.Contents *{font-family: 宋体!important;padding: 0!important;color:#333!important;font-weight:normal!important;}

.Contents h3 {
    font-size: 16px;
    color: #333333;
/* height: 40px;*/
    line-height: 40px;
}

.Contents {
    padding: 40px 0 100px;
    
}

.Contents table{
    border-collapse:collapse;
}

.Contents p.pl20 {
    padding-left: 30px;
}


/*网站地图*/

.ul_sitemap li {
    border-bottom: dotted 1px #ddd;
    padding: 5px 0px;
}

.ul_sitemap li strong {
    width: 90px;
    display: inline-block;
}

/*首页s*/
/*banner*/
.slideBox{ width:100%; height:auto; overflow:hidden; position:relative;   }
.slideBox .hd{ height:20px; overflow:hidden; position:absolute; right:0px; bottom:15px; z-index:1; width: 100%;}
.slideBox .hd ul{ overflow:hidden; zoom:1;display: inline-block;width: 100%;text-align: center;  }
.slideBox .hd ul li{ display: inline-block; margin:0 2px;  width:15px; height:15px; line-height:15px; text-align:center; background:url(../images/dian2.png) no-repeat center; cursor:pointer; }
.slideBox .hd ul li.on{ background:url(../images/dian3.png) no-repeat center; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%; height:auto; display:block;  }
.slideBox .bd li a{display: inline-block;width: 100%; background-size: cover;background-position:center;}


.HomeNews1{padding: 50px 0;width: 100%;}
.HomeNews1 h1{text-align: center;font-size: 34px;color: #ca0000;line-height: 34px;margin-bottom: 25px;}
.HomeNews1 p{font-size: 16px;line-height: 30px;color: #333;text-align: left;text-indent:2em}
.HomeNews1 p a.more{color: #ca0000;}
.HomeNews1b{margin-top: 40px;}
.HomeNews1b .focusBox { position: relative; width: 820px; height: 470px; overflow: hidden; text-align: left; background: white;margin-bottom: 30px; }
.HomeNews1b .focusBox .pic img { width: 820px; height:470px; display: block; }
.HomeNews1b .focusBox .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 60px; width:100%;  background: #333; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden; }
.HomeNews1b .focusBox .txt { position: absolute; bottom: 0; z-index: 2; height: 60px; width:100%; overflow: hidden; }
.HomeNews1b .focusBox .txt li{ height:60px; line-height:60px; position:absolute; bottom:-60px;}
.HomeNews1b .focusBox .txt li a{ display: block; color: white; padding: 0 0 0 20px; font-size: 20px;  text-decoration: none; }
.HomeNews1b .focusBox .num { position: absolute; z-index: 3; bottom: 23px; right: 20px; }
.HomeNews1b .focusBox .num li{ float: left; position: relative; width: 15px; height: 15px; line-height: 15px; overflow: hidden; text-align: center; margin-left: 5px; cursor: pointer; }
.HomeNews1b .focusBox .num li a,.HomeNews1b .focusBox .num li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; }
.HomeNews1b .focusBox .num li span { z-index: 1; background: url(../images/dian4.png) no-repeat center;}
.HomeNews1b .focusBox .num li.on a,.HomeNews1b .focusBox .num a:hover{ background:url(../images/dian3.png) no-repeat center;;  }



.HomeNews1br .hasMoreTab{ width:445px; }
.HomeNews1br  .hasMoreTab .hd{ line-height:55px; height:55px;margin-bottom: 10px;background: #f3f3f3}
.HomeNews1br  .hasMoreTab .hd .more{ float:right;font-weight: normal;margin-right: 20px; }
.HomeNews1br  .hasMoreTab .hd ul{ z-index:5; }
.HomeNews1br  .hasMoreTab .hd li{ float:left;  padding:0 35px; cursor:pointer; font-size: 20px;color: #333;width: auto; font-weight:bold;}
.HomeNews1br  .hasMoreTab .hd li.on{   background:#054DAE; color:#fff;  }
.HomeNews1br  .hasMoreTab .bd{  padding:0; clear:both; position:relative;  }
.HomeNews1br  .hasMoreTab .bd ul a{ font-size: 18px;color: #333 ;display: inline-block; }
.HomeNews1br  .hasMoreTab .bd ul li{width: 425px;line-height: 30px;background: url(../images/dian1.png) no-repeat 5px 28px;padding: 15px 0;padding-left: 20px;text-align: left;font-size: 18px;border-bottom: 1px dashed #999999;}
.HomeNews1br  .conWrap,.HomeNews1br  .conWrap .con{width: 100% !important;height: 280px !important;}
.HomeNews1br .hasMoreTab .bd ul a:hover{background: none;}
.HomeNews1br  .hasMoreTab .hd  .more a{font-size: 16px;color: #666;line-height: 24px;height: 24px;font-weight: normal;}
.HomeNews1br  .hasMoreTab .hd  .more a:hover{background: none}
.HomeNews1br  .hasMoreTab .bd ul li span{color: #c4c4c4;display: inline-block;font-size: 16px;margin-left: 5px;}
.HomeNews1br .hasMoreTab .bd ul li:hover a{color: #054DAE}
.HomeNews1br  .hasMoreTab .bd ul li a{display: inline-block;}

.HomeSubject{width: 100%;padding-bottom: 50px;display: inline-block;width: 100%;}
.HomeSubject_l{width: 150px;height: 200px;background: url(../images/ztbg.jpg) no-repeat center;position: relative;}
.HomeSubject_l a{position: absolute;height: 66px;line-height: 66px;margin: auto 25px;font-size: 16px;color: #fff;border-top: 1px solid rgba(255,255,255,.3);bottom:0;width: 100px;}
.HomeSubject_r .picScroll-left{ width:1128px;  overflow:hidden; position:relative;  border:1px solid #F2F2F2;   }
.HomeSubject_r .picScroll-left .hd{ overflow:hidden;  height:36px; position: absolute;top: 50%;margin-top: -18px;z-index: 100; width: 96%;padding: 0 2%;display:none }
.HomeSubject_r .picScroll-left .hd .prev{ display:block;  width:36px; height:36px; float:left;  overflow:hidden;cursor:pointer; background:url("../images/jsfl.png") no-repeat;}
.HomeSubject_r .picScroll-left .hd .prev:hover{background:url("../images/jsfl1.png") no-repeat;}
.HomeSubject_r .picScroll-left .hd .next{ display:block;  width:36px; height:36px; float:right;  overflow:hidden;cursor:pointer; background:url("../images/jsrh.png") no-repeat;  }
.HomeSubject_r .picScroll-left .hd .next:hover{background:url("../images/jsrh1.png") no-repeat;}
.HomeSubject_r .picScroll-left .hd .prevStop{ opacity: 0.5 }
.HomeSubject_r .picScroll-left .hd .nextStop{ opacity: 0.5 }
.HomeSubject_r .picScroll-left .bd{ margin:20px; overflow: hidden;  }
.HomeSubject_r .picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.HomeSubject_r .picScroll-left .bd ul li{ margin-right: 10px; float:left; _display:inline; overflow:hidden; text-align:center; width:100%;  }
.HomeSubject_r .picScroll-left .bd ul li .pic{ text-align:center; }
.HomeSubject_r .picScroll-left .bd ul li .pic img{ /*width:540px;*/ width:100%;height:158px; display:block;  }
.HomeSubject_r .picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.HomeSubject_r .picScroll-left .bd ul li .title{ line-height:24px;   }
.HomeNews2 .HomeNews2l{width: 940px;margin-bottom: 40px;}
.HomeNews2 .HomeNews2l .HomeNews2box{width: 450px;margin-bottom: 20px;}
.HomeTitle{font-size: 20px;line-height: 50px;font-weight: bold;color: #333333;border-bottom: 1px solid #f0f0f0;height: 50px;margin-bottom: 10px;}
.HomeTitle span{height: 47px;line-height: 47px;border-bottom: 3px solid #0D5DBF;float: left;}
.HomeTitle a{font-size: 16px;color: #666666;font-weight: normal;}
.HomeNews2 .HomeNews2l .HomeNews2box li{font-size: 16px;line-height: 40px;color: #333333;text-indent: 20px;background: url(../images/dian1.png) no-repeat left center;}
.HomeNews2 .HomeNews2l .HomeNews2box li span{color: #c4c4c4;}

.HomeNews2r{width: 300px;}
.HomeNews2r .HomeTitle span{border-color: #fff}
.videobox{}
.videobox .imgbox{width: 300px;height: 170px;position: relative;margin-bottom: 5px;}
.videobox .imgbox img{width: 300px;height: 170px;}
.videobox .imgbox .play{width: 37px;height: 37px;position: absolute;left: 50%;margin-left: -18px;top: 50%;margin-top: -18px;cursor: pointer;}
.videobox p{font-size: 16px;line-height: 25px;color: #333333;}
.qywh{width: 300px;height: 100px;margin: 15px auto}
.qywh img{width: 300px;height: 100px;}

.myzx{width: 270px;height: auto;background: #F3F3F3;border-top: 2px solid #054DAE;padding: 15px}
.HomeNews2r .myzx .HomeTitle span{border-color: #F3F3F3}
.HomeNews2r .myzx li{font-size: 16px;line-height: 25px;color: #333333;padding-left: 10px;background: url(../images/dian1.png) no-repeat left 10px;margin-bottom: 10px;}
.HomeNews2r .myzx li span{color: #c4c4c4;}



/*集团领导*/
.Mlbox{height: 65px;line-height: 65px;border-bottom: 1px solid #ebebeb}
.Mlbox .MenuNav{float: left;}
.Mlbox .MenuNav li{font-size: 20px;color: #333333;height: 64px;line-height: 64px;float: left;margin-right: 35px;}
.Mlbox .MenuNav li.active,.Mlbox .MenuNav li:hover{border-bottom: 3px solid #DB0000;font-weight: bold;color: #DB0000}
.Mlbox .location img{vertical-align: middle;margin-right: 5px;}
.Mlbox .location span{color: #DB0000}
.Mlbox .location,.Mlbox .location a {color: #999}
.Ldbox{margin-top: 60px;margin-bottom: 90px;}
.Ldbox2{height: 100px;margin-bottom: 40px;cursor: pointer;}
.Ldbox2 .imgbox{width: 100px;   height: 100px;margin-left: 50px;position: relative;overflow: visible;display:none;   background-color: #0c55b8;    box-shadow: 0px 10px 30px 0px  rgba(12, 85, 184, 0.2);border-radius: 100px;text-align: center;}
.Ldbox2 .imgbox img{vertical-align: middle;height: 36px;margin: 32px auto;transition: all 0.3s;}
.Ldbox2 .Ldboxr{height: 50px;padding: 25px 0;margin-left: 0px;max-width: 1070px;}
.Ldbox2 .Ldboxr h3{font-size: 22px;line-height: 20px;color: #333333;margin-bottom: 15px;}
.Ldbox2 .Ldboxr h3 span{font-weight: normal;color: #0c55b8;}
.Ldbox2 .Ldboxr p{font-size: 16px;line-height: 20px;color: #666666;}
.Ldbox2 .imgbox:after{content: "";height: 40px;width: 1px;border-left: 1px dashed #797A7B;position: absolute;left: 50%;top: 100%;}
.Ldbox2:last-child .imgbox:after{display: none}
.Ldbox2:hover .imgbox img{transform: scale(1.1);}

.Zslist{margin-top: 50px;margin-bottom: 80px;display: inline-block;width: 100%;}
.ZsBox{width: 344px;height:140px;background-color: #fbfbfb;border: solid 1px #f2f2f2;float: left;margin-right: 40px;margin-bottom: 30px;padding: 30px;transition: all 0.3s;}
.ZsBox h3{font-size: 18px;line-height: 20px;color: #333333;margin-bottom: 15px;transition: all 0.3s;}
.ZsBox p{font-size: 14px;line-height: 25px;color: #999999;margin-bottom: 25px;transition: all 0.3s;}
.ZsBox  a{font-size: 14px;color: #d90000;transition: all 0.3s;}
.ZsBox  a span{font-family: 宋体;font-weight: bold;}
.ZsBox:hover{background: #0C55B8;width: 334px;border-color:#0C55B8;  border-left: 4px solid #C81119;}
.ZsBox:hover h3,.ZsBox:hover p,.ZsBox:hover a{color: #fff}
.ZsBox:nth-child(3n){margin-right: 0;}

.fzlc{margin-top: 90px;margin-bottom: 90px;display: inline-block;width: 100%;}
.fzlc .fzlc_l{width: 560px;height: 710px;position: relative;}
.fzlc .fzlc_l img{width: 100%;height: 100% }
.fzlc .fzlc_l:after{content: "";position: absolute;top: 10px;left: 10px;width: 100%;height: 100%;background: #E6EEF8;z-index: -1;}
.txtMarquee-top{ width:640px;  overflow:hidden; position:relative;   }
.txtMarquee-top .bd{ padding:15px 0;background: url(../images/shu2.png) repeat-y 3px center;  }
.txtMarquee-top .infoList li{ min-height:110px;margin-left: 0px;   }
.txtMarquee-top .infoList li h3{ font-size: 22px;color: #333333;line-height: 22px;background: url(../images/heng.png) no-repeat left center;text-indent: 60px; }
.txtMarquee-top .infoList li p{font-size: 16px;line-height: 25px;color: #999999;text-indent: 60px;}

.newslistbox{height: 210px;padding-bottom: 40px;margin-top: 40px;border-bottom: 1px solid #F1F1F1}
.newslistbox .imgbox{width: 340px;height: 210px;}
.newslistbox .imgbox img{width: 100%;height: 100%;transition: all 0.3s;}
.newslistbox .newslistbox_r{margin-left: 30px;max-width: 910px;}
.newslistbox .newslistbox_r h3{font-size: 20px;color: #333333;line-height: 20px;font-weight: normal;margin-bottom: 15px;transition: all 0.3s;}
.newslistbox .newslistbox_r p{font-size: 16px;line-height: 30px;color: #333;margin-bottom: 45px;}
.newslistbox .newslistbox_r span{color: #0c55b8;font-weight: bold;}
.newslistbox:hover .imgbox img{transform: scale(1.1);}
.newslistbox:hover .newslistbox_r h3{color:#0c55b8 }
.newslistbox2 .newslistbox_r{max-width: 100%;margin-left: 0;}
.newslistbox2 {height: 150px;}
.Tzlist{margin-top: 50px;display: inline-block;width: 100%;margin-bottom: 60px;}
.Tzlist li{height: 70px;line-height: 70px;text-indent: 54px;background: url(../images/dian1.png) no-repeat 22px center;border-bottom: 1px solid #EDEDED}
.Tzlist li:hover{background: url(../images/dian5.png) no-repeat 22px center #0C55B8 }
.Tzlist li a{font-size: 20px;color: #333}
.Tzlist li span{color: #999;margin-right: 35px;}
.Tzlist li:hover a,.Tzlist li:hover span{color: #fff}
#gg1 img{margin-bottom:5px;}
.newscon{display: inline-block;width: 100%;margin-top: 60px;margin-bottom: 80px;}
.newscon_l{width: 860px;}
.newscon .newstitle{font-size: 26px;line-height: 35px;color: #333333;margin-bottom: 20px;letter-spacing:2px;}
.newscon .date{font-size: 18px;color: #0c55b8;;font-weight: bold;}
.newscon .info{font-size: 14px;color: #666666;line-height: 28px;height: 28px;}
.newscon .info img{vertical-align: middle;}
.newscon .info .bshare-custom{display: inline-block;}
.newscon .info .bshare-custom a{width: 24px;height: 28px;padding: 0}
.newscon .info .bshare-custom .bshare-weixin{background: url(../images/bicon1.png) no-repeat center;}
.newscon .info .bshare-custom .bshare-qqim{background: url(../images/bicon2.png) no-repeat center;}
.newscon .info .bshare-custom .bshare-sinaminiblog{background: url(../images/bicon3.png) no-repeat center;}
.newscon .info span{ color: #666;}
.newscon_lt{padding-bottom: 20px;border-bottom: 3px solid #0C55B8;margin-bottom: 50px;}
.newscon_lb{color: #333;text-indent: 2em;}
.newscon_lb table{width:100% !important;border-collapse:collapse;border-spacing:0;}
.newscon_lb table td{padding:4px !important;}
.newscon_lb p{text-indent: 2em !important;font-size: 16px;color: #333;line-height: 30px;}
.newscon_lb *{color: #333;}
.newscon_lb table p{text-indent: 0em !important;}
.newscon_lb img{display:block;margin:0 auto;text-indent:0}
/*.newscon_lb p span{display:inline-block}*/
.prevnext{margin-top: 60px;}
.prevnext div{height: 70px;line-height: 70px;background:#F4F4F4;margin-bottom: 10px;}
.prevnext div span{float: left;width: 140px;height: 70px;background-color: #eaeaea;color: #333333;opacity: 0.6;text-align: center;}
.prevnext div  a{text-indent: 30px;display: inline-block;font-weight: bold;font-size: 16px;}
.prevnext div:hover{background: #0C55B8}
.prevnext div:hover span{background-color: rgba(255,255,255,0.1);opacity: 0.6;color: #fff}
.prevnext div:hover a{color: #fff;}

.xgnews{width: 320px;height: auto;background-color: #ffffff;box-shadow: 0px 10px 60px 0px   rgba(0, 0, 0, 0.08);border: solid 1px #ededed;padding: 15px;padding-bottom: 40px;}
.xgnews .xgnewsbox{border-bottom: 1px dashed #D9D9D9;padding-bottom: 5px;margin-top: 15px;}
.xgnews .xgnewsbox h4{font-size: 16px;font-weight: normal;line-height: 20px;color: #666666;margin-bottom: 10px;background: url(../images/dian1.png) no-repeat left 9px;padding-left: 10px;}
.xgnews h3{font-size: 24px;line-height: 30px;color: #0c55b8;height: 24px;margin-bottom: 25px;}
.xgnews .xgnewsbox p{font-size: 14px;color: #999999;padding-left: 10px;}
.xgnews .xgnewsbox:hover h4{color:#0C55B8 }


.Zscon{margin-top: 90px;display: inline-block;width: 100%;}
.Zscon h1{font-size: 34px;color: #000000;line-height: 34px;margin-bottom: 30px;}
.Zscon .info{height: 22px;line-height: 22px;font-size: 16px;color: #333333;}
.Zscon .info p{float: left;margin-right:40px;;}
.Zscon .info p img{margin-right: 10px;}
.Zscon .Zscon_t{padding-bottom: 30px;border-bottom: 1px solid #E5E5E5}
.Zscon .Zscon_b p{font-size: 16px;line-height: 30px;color: #000000;text-indent: 2em;}


.picScroll-left2{ width:1420px;  overflow:hidden; position:relative;height: 330px;margin: 0 auto;padding-bottom: 40px;border-bottom: 1px solid #E5E5E5;margin-bottom: 90px;   }
.picScroll-left2 .hd{ overflow:hidden;  height:330px; position: absolute;width: 100%;left: 0;top: 0 }
.picScroll-left2 .hd .prev{ display:block;  width:50px; height:50px; float:left;   overflow:hidden;cursor:pointer; background:url("../images/left2.png") no-repeat center;margin-top: 120px}
.picScroll-left2 .hd .next{ display:block;  width:50px; height:50px; float:right;   overflow:hidden;cursor:pointer; background:url("../images/right2.png") no-repeat center;margin-top: 120px}
.picScroll-left2 .hd .prev:hover{background:url("../images/left2-2.png") no-repeat center;}
.picScroll-left2 .hd .next:hover{ background:url("../images/right2-2.png") no-repeat center}
.picScroll-left2 .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.picScroll-left2 .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("images/icoCircle.gif") 0 -9px no-repeat; }
.picScroll-left2 .hd ul li.on{ background-position:0 0; }
.picScroll-left2 .bd{ margin:0 70px; width: 1280px; overflow: hidden; }
.picScroll-left2 .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left2 .bd ul li{ margin-right: 40px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picScroll-left2 .bd ul li .pic{ text-align:center; }
.picScroll-left2 .bd ul li .pic img{ width:400px; height:270px; display:block; }
.picScroll-left2 .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left2 .bd ul li .title{ line-height:60px; color: #000000;font-size: 16px;  }

.xxgk{display: inline-block;width: 400px;height: 100px;background-color: #db0000;margin: 0 auto;margin-bottom: 140px;    box-shadow: 0px 30px 60px 0px  rgba(219, 0, 0, 0.1);text-align: center;color: #fff;font-size: 24px;line-height: 100px;}
.xxgk img{vertical-align: middle;margin-right: 10px;}
.xxgk:hover{color: #fff}

.Ztlist{margin-top: 50px;}
.Ztlist li{width: 48%;float: left;border: 1px solid #e6e6e6;margin-bottom: 40px;;}
.Ztlist li:nth-child(2n){float: right;}
.Ztlist li .imgbox{width: 100%;padding-bottom: 29.36%;position: relative;}
.Ztlist li .imgbox img{width: 100%;height: 100%;position: absolute;top: 0;left: 0;transition: all 0.3s}
.Ztlist li p{height: 40px;line-height: 40px;font-size: 18px;text-align: center;}
.Ztlist li:hover .imgbox img{transform: scale(1.1);}


.Header3{height: 264px;padding-top: 36px;}
.Header3 .back p{height: 20px;line-height: 20px;color: #fff;font-size: 18px;}
.Header3 .back p img{vertical-align: middle;margin-right: 10px;}
.Header3 .back{margin-bottom: 70px;height: 20px;line-height: 20px;display: inline-block;width: 100%;}
.Header3 .searchbox,.Header3 .searchbox .btn{position: static;}
.Header3 .searchbox .btn{width: 40px;height: 50px;float: right;}
.Header3 .Logo img{margin: 0 auto;float: left;}
.Header3 .Logo span{float: left;;padding-left: 35px;border-left: 1px solid #fff;color: #fff;height: 50px;line-height: 50px;margin: 20px auto;margin-left: 30px;font-size: 40px;font-weight: normal;}
.Header3 .searchbox{background: #fff;margin-top: 20px;}
.Header4 .Logo span{color: #000000;border-color: #000;margin: 15px auto;margin-left: 30px;}
.Header4 .Logo img{height: 80px;}
.Header4 .searchbox{margin-top: 15px}

.VideoListbox{width: 398px;height: 300px;border: 1px solid #f1f1f1;float: left;margin-right: 40px;margin-bottom: 40px;}
.VideoListbox:nth-child(3n){margin-right: 0;}
.VideoListbox .imgbox{position: relative;width: 398px;height: 260px;}
.VideoListbox .imgbox img{width: 100%;height: 100%;transition: all 0.3s}
.VideoListbox .imgbox .play{width: 37px;height: 37px;position: absolute;top: 50%;margin-top: -18px;left: 50%;margin-left: -18px;}
.VideoListbox p{font-size: 18px;line-height: 20px;margin: 10px auto;padding: 0 10px;}
.VideoList{width: 1280px;}
.VideoListbox:hover .imgbox img{transform: scale(1.1);}

.newscon_lb .vidoes{width: 100%;height: 480px;}
.newscon_lb .vidoes video{object-fit: fill;width: 100%;height: 100%}

/*PicList002149 */
.PicList002149 { padding-bottom:1%; margin-bottom:5px;margin-top: 5%}

.PicList002149 h3{ margin:0; font-size:22px;}
.PicList002149 p{ line-height:26px; overflow:hidden;-webkit-line-clamp: 2; color:#999; height:52px; margin:2% 0 0 0;}

.PicList002149 li{transition: all ease 0.3s; overflow:hidden; padding-left:0px; padding-right:58px; position:relative; margin-bottom:2%; background-color:#fafafa;}
.PicList002149 li:after{ position:absolute; content:''; right:0; top:0;width:58px; height:100%; background:url(../images/PicList002149-more.png) no-repeat center center; border-left:2px solid #fff;}
.PicList002149 li div{ padding:2% 3%;}
.PicList002149 li time{ position:absolute; left:0; top:0; width:160px; height:100%;}
.PicList002149 li time span{ position:absolute; width:100%; text-align:center; top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); transform:translateY(-50%); color:#b2b2b2; font-size:16px;}
.PicList002149 li time i{ font-style:normal; font-size:50px; color:#999; display:block; font-family:"Courier New", Courier, monospace; line-height:40px;}
.PicList002149 li time i:after{ display:block; content:''; margin:5px auto; height:1px; width:50%; max-width:66px; background:#dfdfdf;}
@media(max-width:1000px){
.PicList002149 li{padding-left:100px;padding-right:30px;}
.PicList002149 li:after{width:30px; background-size:35% auto;}
.PicList002149 li time{width:100px;}
.PicList002149 li time span{font-size:14px;}
.PicList002149 li time i{font-size:40px;line-height:30px;}
}
@media(max-width:768px){
.PicList002149 h3{ font-size:16px;}
.newscon_lb img{width:100% !important; height:auto !important;margin:8px 0;}
}
@media(max-width:480px){
.PicList002149 li{padding-left:80px;padding-right:0;}
.PicList002149 li:after{ display:none;}
.PicList002149 li time{width:80px;}
.PicList002149 li time span{font-size:12px;}
.PicList002149 li time i{font-size:30px;}
.PicList002149 h3{ font-size:14px;}
.PicList002149 p{ font-size:12px; line-height:20px; overflow:hidden; height:40px;}
}

/*20211020*/
.picScroll-top2{   width:100%;  overflow:hidden; position:relative; height: 100%  }
.picScroll-top2 .hd{ position: absolute;top: 290px;right: 70px;width: 439px;height: 100px; background-color: #0062ad;z-index: 9999; }
.picScroll-top2 .hd .prev{float: left;width: 100px;height: 100px;background: url(../images/jian2.png) no-repeat center;cursor:pointer;}
.picScroll-top2 .hd .next{ float: right;width: 100px;height: 100px;background: url(../images/jia2.png) no-repeat center;cursor:pointer;}
.picScroll-top2 .hd .nextStop,.picScroll-top2 .hd .prevStop{opacity: 0.5}
.picScroll-top2 .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.picScroll-top2 .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("images/icoCircle.gif") 0 -9px no-repeat; }
.picScroll-top2 .hd ul li.on{ background-position:0 0; }
.picScroll-top2 .bd{ width: 1140px;height: 660px;position: absolute;top: 0;left: 0  }
.picScroll-top2 .bd ul{ overflow:hidden; zoom:1; }
.picScroll-top2 .bd ul li{ text-align:center; zoom:1; width: 1140px;height: 660px;}
.picScroll-top2 .bd ul li .fzlc2_l h1{font-size: 80px;font-family: Bebas;color: #0062ad;font-weight: normal;line-height: 80px;text-align: left;margin-bottom: 105px;position: relative;}
.picScroll-top2 .bd ul li .fzlc2_l h1:after{width: 20px; height: 2px; background-color: #0062ad;position: absolute;left: 5px;bottom:-20px;content: ""}
.picScroll-top2 .bd ul li .fzlc2_l h3{font-size: 24px;line-height: 30px;color: #333333;text-align: left;margin-bottom: 40px;}
.picScroll-top2 .bd ul li .fzlc2_l p{font-size: 16px;line-height: 25px;color: #999999;margin-bottom: 60px;text-align: left;}
.picScroll-top2 .bd ul li .fzlc2_l img{width: 477px;height: 216px;}
.picScroll-top2 .bd ul li .fzlc2_r{position: relative;height: 100%;width: 500px;}
.picScroll-top2 .bd ul li .fzlc2_r .fzlc2_rlogo{position: absolute;top: 0;right: 0;}
.picScroll-top2 .bd ul li .fzlc2_r .fzlc2_rp{position: absolute;right: 0;bottom:75px;font-size: 18px;color: #005ead;letter-spacing: 11px;line-height: 36px;}
.picScroll-top2 .hd p{width: 239px;float: left;height: 100px;line-height: 100px;background: url(../images/fzdian.png) no-repeat center;}
.picScroll-top2 .hd p span.fl{font-family: Bebas;font-size: 36px;color: #fff;}
.picScroll-top2 .hd p span.fr{font-family: Bebas;font-size: 36px;color: #a4cbec;}
.fzlc2{width: 1140px;height: 660px;background:  #f9f9f9;padding: 70px;margin:100px auto;position: relative;}
.fzlc2:before{content: "";position: absolute;width: 54px;height: 54px;background: url(../images/ljiao.png) no-repeat center;left: -20px;top: -20px;}
.fzlc2:after{content: "";position: absolute;width: 54px;height: 54px;background: url(../images/rjiao.png) no-repeat center;right: -20px;bottom: -20px;}
.PhHeader,.PhMainNav{display:none}
.PhHeader {line-height:35px;}
.PhHeader .Header_r {padding:0 0px 0 0;}
.PhHeader .Header_r a{margin-left:8px;}
/*20211021*/
/* 发展历程 */
.Development{background-size: cover;background-repeat: no-repeat;background-position: bottom center;padding: 80px 0;}
.Development .nTit{text-align: center;}

.Development .DevelopmentBox{ position:relative; color:#6e6e6e;padding:100px 0;}
.Development .DevelopmentBox::after{content:"";display: block;width:60px;height:1px;background:#000;position: absolute;left:50%;margin-left:-30px;top:0;}
.Development .DevelopmentBox::before{ content:''; width:1px; height:100%; top:0; position:absolute; background-color:#000; z-index:0;left:50%;margin-left:-0.5px;}
.Development ul{ position:relative; z-index:1;}
.Development li{position:relative;  border-radius: 10px;margin-top: -10px; }
.Development li:after{ content: ""; display: block;  position: absolute; top: 51%; left: 0; width: 50%; height: 2px; border-bottom: 1px solid #000; z-index: -2;}
.Development li:before{width:13px; height:13px;background:url(../images/dot.png) no-repeat center center;position:absolute; left:50%; margin-left: -7px; top: 50%; margin-top: -2px;  content:''; }
.Development li .con{width: 47%; background: #fff;padding:30px; float: left; position: relative;box-sizing: border-box;}
.Development li .con .imgbox{width: 34%; position: absolute; left: 30px; top: -30px; padding-top:165px;}
.Development li .icon{ position: absolute; left: 0; bottom: 0;  width:60px; height: 60px; padding:5px; background: #fff; overflow: hidden; border-radius: 0 6px 0 0}
.Development li .con .txt{width: 56%;float:right;}
.Development li .con .txt h3{font-family: DINB;font-weight: normal;color:#007ccc;font-size: 30px;}
.Development li .con .txt .dec{font-size: 14px;line-height: 24px;color:#999;margin-top:8px;min-height:72px;}

.Development li:nth-child(2n) .con  .txt{float: left;}
.Development li:nth-child(2n) .icon{ left: auto; right: 0; border-radius: 6px 0 0 0}
.Development li:nth-child(2n) .con{float:right}
.Development li:nth-child(2n) .con .imgbox{right:30px;left:auto;}
.Development li:nth-child(2n)  .txt{ padding-right: 0}
.Development li:nth-child(2n):after{ left:auto;right: 0}
.Development li:nth-child(2n)::before{ left:auto; right:50%; margin-right: -6px; }

.Development .DevelopmentBox::before{left:50%;margin-left:-0.5px; }
.Development li{width:100%;}
.Development li:nth-child(2n){ float:left;  }
.Development li:nth-child(2n-1){float:right; z-index:10; }

.Development .devMore{width:70px;margin:0 auto;}
.Development .devMore p{color:#007ccc;margin-bottom:10px;}
.Development .devMore p .s2{display: none;}
.Development .devMore img{transition: all .5s;-webkit-transition: all .5s;}
.Development .devMore.on p .s2{display: inline-block;}
.Development .devMore.on p .s1{display: none;}
.Development .devMore.on img{transform: rotateX(180deg);-webkit-transform: rotateX(180deg);}

@media(max-width:768px){
    .Development .DevelopmentBox{padding:0;}
    .Development li {margin-bottom: 20px; height: auto; overflow: hidden; margin-top: 0}    
    .Development li .con{width: 100%; float: left; padding: 20px }  
    .Development .DevelopmentBox::before,.Development .DevelopmentBox::after,
    .Development li:after,
    .Development li:before{ display: none}
    .Development li .con .txt,
    .Development li .con .imgbox{ position: relative; float: none; width: 100%;left:0;top:0;}
    .Development li .con .imgbox{margin-bottom: 20px;padding-top:55%;}
    .Development li:nth-child(2n) .con .imgbox{right:0;top:0;}
    .Development li .con .txt .dec{height:auto;min-height:24px}
    .Development li .con .txt h3{font-size: 25px;}
}

@media(max-width:480px){
    .Development li .con{padding:10px;}
}
.Development .devMore{ text-align:center;margin-top:30px;}

.nTit{margin-bottom:30px;}
.nTit h1{font-size: 36px;color:#000;line-height: 36px;}

@media(max-width:768px){

.slideBox .bd li a{padding-top: 21%;}
.slideBox{height: auto}
.HomeNews1{padding: 30px 0;}
.HomeNews1 h1{font-size: 20px;line-height: 20px;margin-bottom: 10px;}
.HomeNews1 p{font-size: 14px;line-height: 20px;   text-overflow: -o-ellipsis-lastline; overflow: hidden;text-overflow: ellipsis;  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; display:none;  }
.HomeNews1b{margin-top: 20px;}
.HomeNews1bl {width: 100%;}
.HomeNews1b .focusBox{width: 100%;height: 210px;}
.HomeNews1b .focusBox .pic,.HomeNews1b .focusBox .pic img,.HomeNews1b .focusBox .pic li{width: 100% !important;height: 210px;}
.HomeNews1b .focusBox .txt li a{font-size: 14px;}
.HomeNews1b .focusBox .txt-bg{height: 50px;line-height: 50px;}
.HomeNews1b .focusBox .txt{height: 50px;}
.HomeNews1b .focusBox .num{bottom: 3px;}
.HomeNews1br .hasMoreTab .bd ul li span{font-size: 14px;}
.HomeNews1br .hasMoreTab,.HomeNews1br {width: 100%;display: inline-block;
    height: auto;
    margin-bottom: 20px
;}
.HomeNews1br .hasMoreTab .hd li{font-size: 16px;padding: 0 20px;}
.HomeNews1br .hasMoreTab .bd ul li{line-height: 20px;font-size: 14px;background: url(../images/dian1.png) no-repeat 5px 23px;width: 94%;}
.HomeNews1br .hasMoreTab .bd ul li a{font-size: 14px;width: 100%;display: inline-block;}
.HomeNews1br .hasMoreTab .bd ul li a span{float: right;}
.videobox p,.HomeNews2r .myzx li{font-size: 14px;line-height: 20px;}
.HomeSubject_l{width: 20%;height: 120px;-webkit-background-size: cover;background-size: cover;}
.HomeSubject_r .picScroll-left{width:96% ;padding: 0;border: none;margin: auto 5%}
.HomeSubject_r .picScroll-left .bd{margin: 0;width:98%}
.HomeSubject_r {width: 80%;}
.HomeSubject_r .picScroll-left .bd ul li .pic img{height: 120px;}
.HomeSubject_r .picScroll-left .bd ul li{margin-right: 0px;}
.HomeSubject{margin-bottom: 20px;padding-bottom: 0;}
.HomeNews2 .HomeNews2l .HomeNews2box,.HomeNews2 .HomeNews2l{width: 100%;}
.HomeNews2 .HomeNews2l{margin-bottom: 20px;}
.HomeTitle{height: 40px;line-height: 40px;font-size:16px;}
.HomeTitle span{height: 37px;line-height: 37px;}
.HomeTitle a{font-size: 12px;}
.HomeNews2 .HomeNews2l .HomeNews2box li{height: 30px;line-height: 30px;font-size: 14px;text-indent: 15px;}
.HomeNews2 .HomeNews2l .HomeNews2box li a{display:inline-block;width:76%;height:30px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.HomeNews2 .HomeNews2l .HomeNews2box{margin-bottom: 10px;}
.HomeNews2r{width: 100%}
.videobox .imgbox,.videobox .imgbox img,.qywh img{width: 100%;height: auto;}
.newscon_lb .vidoes{height:auto}
.qywh{width: 100%;margin-bottom: 20px;display: inline-block;height: auto}
.myzx{width: 96%;padding: 2%;margin-bottom: 30px;height: auto}
.Bottom .footer_l .fnav a{width: 96%;float: left;line-height: 20px;font-size: 12px;padding: 0 2%}
.Bottom .ewm{margin-top: 0;float:none;}


.openbtn{display: block;}
.Logo img{margin-top: 0px;}
.searchbox{display: none}
.Header .Logo{height: 40px;}
.openbtn{right: 10px;}
.MainNav ul{background: #054DAE;border-color: #054DAE}
.Mlbox .MenuNav li{height: 27px;line-height: 30px;margin-right: 0;font-size: 16px;border-bottom: 3px solid #fff;width: 22%;margin: auto 1.5%; text-align: center;}
.MainNav li{border-color: #054DAE}
.MainNav li span a{color: #fff}
.newslistbox{width: 100%;display: inline-block;height: auto;margin-bottom: 20px;margin-top: 10px;padding-bottom: 20px;}
.newslistbox .imgbox{width: 100%;height: 240px }
.newslistbox .newslistbox_r{margin-left: 0;max-width: 100%}
.newslistbox .newslistbox_r h3{font-size: 16px;margin-top: 15px;}
.newslistbox .newslistbox_r p{line-height: 20px;margin-bottom: 15px;    text-overflow: -o-ellipsis-lastline;      overflow: hidden;      text-overflow: ellipsis;      display: -webkit-box;      -webkit-line-clamp: 2;      -webkit-box-orient: vertical;  }
.NavPull dd a{color: #fff}
.Header3 .Logo span{font-size: 20px;height: 30px;line-height: 30px;margin: 0 auto;margin-left: 20px;}
.Header3 .back{margin-bottom: 10px;}
.Header3{height: 100px;}
.Mlbox .MenuNav{width: 100%;}
.Ldbox2 .imgbox{margin-left: 0;width: 60px;height: 60px;}
.Ldbox2 .imgbox img{height: 24px;margin:18px auto }
.Ldbox2 .Ldboxr{margin-left: 0;width: 100%; padding: 10px 0;height: auto}
.Ldbox2{height:auto}
.Ldbox2 .imgbox::after{display: none}
.Ldbox2 .Ldboxr h3{font-size: 18px;margin-bottom:5px;}
.Ldbox2 .Ldboxr p{font-size: 14px;}
.Zscon{margin-top: 20px;}
.ZsBox{width: 90%;padding: 5%;height: auto}
.ZsBox p{margin-bottom: 15px}
.Zscon{margin-top: 20px;}
.Zscon .info p{width: 100%;}
.Zscon .info{height: 30px;line-height: 30px;}
.Zscon h1{margin-bottom: 10px;font-size: 20px;}
.Zscon .info p img{vertical-align: middle;}
.Zscon .Zscon_t{height: auto;display: inline-block;padding-bottom: 20px;margin-bottom: 20px;}
.Zscon .Zscon_b p{font-size: 14px;line-height: 20px;}
.picScroll-left2 .bd{margin: 0 auto;width: 86%;}
.picScroll-left2{width: 90%;margin-bottom: 40px;padding-bottom: 20px;}
.picScroll-left2 .hd{display: none}
.picScroll-left2 .bd ul li{width: 100%;}
.xxgk{width: 80%;height: 60px;line-height: 60px;margin-bottom: 50px;}
.xxgk img{height: 30px;}
.Development{padding: 40px 0}
.nTit h1{font-size: 20px;}
.nTit{margin-bottom: 15px;}
.Ztlist li{width: 100%;margin-bottom: 20px;}
.Ztlist li p{font-size: 16px;}
.Mlbox{height: auto;display: inline-block;width: 100%;}
.Mlbox .location{display: none}
.Ztlist{margin-top: 20px;}

.VideoList,.VideoListbox,.VideoListbox .imgbox{width: 100%;}
.Tzlist li{height: 36px;line-height: 36px;font-size: 16px;background: url(../images/dian1.png) no-repeat 2px center;     text-indent: 20px; }
.Tzlist li a{width: 70%;float: left;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.Tzlist li span{font-size: 12px;margin-right: 0;}
.Tzlist{margin-top: 20px;margin-bottom: 0;}
.newscon_l{width: 100%;}
.newscon .newstitle{font-size: 20px;line-height: 35px;}
.newscon{margin-top: 20px;margin-bottom: 40px;}
.newscon .info{height: auto}
.newscon_lb p{font-size: 14px;line-height: 20px;}
.newscon_lt{margin-bottom: 20px;}
.prevnext div{height: 40px;line-height: 40px;}
.prevnext div span{height: 40px;line-height: 40px;width: 100px;}
.prevnext div a{width: 60%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;height: 40px;line-height: 40px;}
.xgnews{width: 96%;padding: 2%;margin-top: 20px;}
.xgnews .xgnewsbox h4{font-size: 14px;}

.Header2 .Header_r{width: 100%;margin-top: 10px;}
.Header2 .Header_r .login a{color: #fff;}
.Header2 .yqlinks{height: 36px;line-height: 36px;margin-bottom: 10px;}
.MainNav{height: 0}
.Header,.MainNav {display: none;}
.Header.PhHeader,.PhMainNav.MainNav{display: block;}

#nav5, #nav3, #nav2{position: relative;}

.Ldbox2{font-size:14px;}
.Bottom .ewm img{height: 100px;width: 100px}

.Bottom .ewm div{margin-top:0;width: 60%;line-height: 20px;}
.Bottom .ewm div h3{font-size:16px;margin-bottom:15px;margin-top:10px;}
.PicList002149 li{padding-left:0}

}


/* 专题页面-党代会 */

.W1040 {
    max-width: 1040px;
    width: 90%;
    margin: 0 auto;
}

.ztPage {
    background: url(../images/zt_bg.jpg) top center no-repeat;
    overflow: hidden;
    position: relative;
}
.Ztddh {
    background: url(../images/zt_bg2.jpg) top center no-repeat;
    overflow: hidden;
    position: relative;
}
.ztPage .zt_top {
    width: 90%;
    margin: 20px auto 0;
    overflow: hidden;
}

.ztPage .zt_top .logo {
    float: left;
}

.ztPage .logo img {}

.ztPage .zt_bottom {
    height: 84px;
    line-height: 84px;
    background-color: #d50212;
    text-align: center;
}

.ztPage .zt_bottom p {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.ztPage .blankBox {
    height: 350px;
    width: 100%;
    background: none;
}

.ztPage .ztCon {
    overflow: hidden;
    background: #fff;
    padding: 4%;
    margin-bottom: 60px;
}

.ztPage .ztCon .titleBox {
    font-family: MicrosoftYaHei;
    font-size: 36px;
    font-weight: bold;
    font-style: italic;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 0.7px;
    color: #e50000;
    padding-left: 30px;
    background: url(../images/tit_bg1.png) left center no-repeat;
    margin-bottom: 30px;
}

.ztPage .ztCon .titleBox i {
    width: 73%;
    background: url(../images/tit_bg.png) left center no-repeat;
    height: 60px;
    float: right;
}

.ztPage .ConBox {
    background: #fff;
    overflow: hidden;
}

.ztPage .ConBox .bt50 {
    margin-bottom: 50px;
}

.ztPage .title {
    overflow: hidden;
    margin-bottom: 30px;
}

.ztPage .title .tit_cn {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #333333;
    float: left;
}

.ztPage .title .more {
    width: 80px;
    height: 30px;
    border-radius: 15px;
    border: solid 1px #e6ad00;
    font-family: MicrosoftYaHei;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #e6ad00;
    float: right;
    text-align: center;
}

.ztPage .title .more:hover {
    background: #e6ad00;
    color: #333;
}


/* 筹备动态 */

.Cp1 {
    width: 67.5%;
    float: left;
}

.Cp1 .content {
    overflow: hidden;
}

.Cp1 .content .cp1_l {
    width: 48%;
    float: left;
}

.Cp1 .content .cp1_l .imgbox {
    padding-top: 71%;
}

.Cp1 .content .cp1_l .tit {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #333333;
    position: relative;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 14px 0;
}

.Cp1 .content .cp1_l .tit:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #e50000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.Cp1 .content .cp1_l .txt {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #777777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.Cp1 .content .cp1_l .date {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #999999;
    padding-left: 34px;
    position: relative;
}

.Cp1 .content .cp1_l .date:before {
    content: '';
    width: 18px;
    height: 1px;
    background-color: #d50212;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.Cp1 .content .cp1_l:hover .tit {
    color: #d50212;
}

.Cp1 .content .cp1_l:hover .txt {
    color: #333;
}

.Cp1 .content .cp1_list {
    width: 48%;
    float: right;
}

.Cp1 .content .cp1_list ul {}

.Cp1 .content .cp1_list ul li {
    overflow: hidden;
    margin-bottom: 10px;
}

.Cp1 .content .cp1_list ul li:last-child {
    margin-bottom: 0;
}

.Cp1 .content .cp1_list ul li .news_date {
    width: 70px;
    height: 70px;
    background-color: #d50212;
    float: left;
    color: #fff;
    line-height: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.Cp1 .content .cp1_list ul li .news_date .date_dd {
    font-size: 18px;
    font-weight: bold;
}

.Cp1 .content .cp1_list ul li .news_date .date_MM {
    font-size: 14px;
}

.Cp1 .content .cp1_list ul li .tit {
    width: 70%;
    float: right;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.Cp1 .content .cp1_list ul li:hover .news_date {
    background-color: #e6ad00;
}

.Cp1 .content .cp1_list ul li:hover .tit {
    font-weight: bold;
}


/* 换届纪律 */

.Cp2 {
    width: 29.5%;
    float: right;
}

.Cp2 .content {
    background-color: #f8f8f8;
    padding: 18px;
}

.Cp2 .content a {
    display: block;
}

.Cp2 .content .img1 {
    margin-bottom: 18px;
}

.Cp2 .content .img1 .imgbox {
    padding-top: 70%;
}

.Cp2 .content .img2 {}

.Cp2 .content .img2 .imgbox {
    padding-top: 72%;
}


/* 五年回眸 */

.Cp3 {
    width: 68.6%;
    float: left;
}

.Cp3 .content {}

.Cp3 .content .cp3_l {
    overflow: hidden;
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    padding: 20px 0;
}

.Cp3 .content .cp3_l .imgbox {
    width: 33.22%;
    float: left;
    padding-top: 21.65%;
}

.Cp3 .content .cp3_l .txtbox {
    width: 63%;
    float: right;
}

.Cp3 .content .cp3_l .txtbox .tit {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #333333;
    position: relative;
    padding-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Cp3 .content .cp3_l .txtbox .tit:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #e50000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.Cp3 .content .cp3_l .txtbox .txt {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #777777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 14px 0;
}

.Cp3 .content .cp3_l .txtbox .date {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;
    padding-left: 34px;
    position: relative;
}

.Cp3 .content .cp3_l .txtbox .date:before {
    content: '';
    width: 18px;
    height: 1px;
    background-color: #d50212;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.Cp3 .content .cp3_l:hover .tit {
    color: #e50000;
}

.Cp3 .content .cp3_l:hover .txt {
    color: #333;
}

.cp3_list {}

.cp3_list ul {}

.cp3_list ul li {
    overflow: hidden;
    line-height: 40px;
}

.cp3_list ul li .tit {
    width: 70%;
    float: left;
    font-size: 16px;
    letter-spacing: 0.3px;
    color: #333333;
    padding-left: 20px;
    background: url(../images/tit_bg2.png) left center no-repeat;
}

.cp3_list ul li .time {
    width: 25%;
    float: right;
    font-size: 14px;
    color: #999999;
}

.cp3_list ul li:hover .tit {
    color: #d50212;
    background: url(../images/tit_bg3.png) left center no-repeat;
}


/* 人物风采 */

.Cp4 {
    width: 29.5%;
    float: right;
}
.Cp4 .rwBox .imgbox{width:100%;height:200px;}
.Cp4 .rwBox p{text-align:center;height:40px;line-height:40px}
.Cp4 .rwBox {margin-bottom:20px;}
.syBox .carousel {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.syBox .carousel .slides {
    position: relative;
    margin: 0 auto;
}

.syBox .carousel .slides .slideItem {
    position: absolute;
    cursor: pointer;
    background-color: #fff;
}

.syBox .carousel .slides .slideItem a {
    position: relative;
    z-index: 10;
    display: block;
}

.syBox .carousel .slides .slideItem img {
    opacity: 0.3;
    filter: alpha(opacity=30);
    height: auto !important;
}
.syBox .carousel .slides .slideItem p{text-align:center;margin-top:10px;}
.syBox .carousel .slides .slideItem .desc {
    display: none;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0.3px;
    color: #333333;
}

.syBox .carousel .slides .slideItem#side0 img {
    opacity: 1;
    filter: alpha(opacity=100);
}

.syBox .carousel .slides .slideItem#side0 .desc {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
}

.syBox .carousel .prevButton,
.syBox .carousel .nextButton {
    position: absolute;
    top: 50%;
    margin-top: -42px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background-color: #d50212;
    border-radius: 2px;
    z-index: 30;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    display: none;
}

.syBox .carousel .prevButton {
    left: 0;
}

.syBox .carousel .prevButton:before {
    content: '&lt;';
}

.syBox .carousel .nextButton {
    right: 0;
}

.syBox .carousel .nextButton:before {
    content: '&gt;';
}

@media(max-width:1024px) {
    .syBox .carousel .slides {
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
    }
}

.ztPage .ConBox .daList {
    padding-bottom: 20px;
}

.ztPage .ConBox .daList li {
    overflow: hidden;
    border-bottom: 1px #e5e5e5 dashed;
    line-height: 50px;
    font-size: 16px;
}

.ztPage .ConBox .daList li .date {
    float: right;
    width: 20%;
    font-family: Montserrat;
    color: #ccc;
    text-align: right;
}

.ztPage .ConBox .daList li a {
    float: left;
    width: 75%;
    font-family: SourceHanSansCN;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 2%;
}

.ztPage .ConBox .daList li a span {
    color: #d50212;
    padding-right: 10px;
}

.ztPage .ConBox .daList li a:before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #d50212;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ztPage .ConBox .daList li:hover a {
    color: #d50212;
}

.ztPage .Pages .p_page .a_prev:hover,
.ztPage .Pages .p_page .a_next:hover,
.ztPage .Pages .p_page .a_first:hover,
.ztPage .ztPage .Pages .p_page .a_end:hover {
    color: #fff;
    background: #d50212;
    border: 1px solid #d50212;
}

.Pages .p_page .num a:hover,
.ztPage .Pages .p_page .num a.a_cur {
    color: #fff;
    background: #d50212;
    border: 1px solid #d50212;
}

.newsCon {
    color: #333;
    font-size: 16px;
}

.newsCon .De_top {
    text-align: center;
}

.newsCon .De_top .tit {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.newsCon .De_top .date {
    padding: 10px;
}

.newsCon .De_cen {
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    padding: 20px 0;
}

.newsCon .De_cen p {
    margin-bottom: 10px;
}

.newsCon .De_cen img {
    display: block;
    margin: 0 auto;
}

.newsCon .De_bot {
    padding: 20px 0;
}

.newsCon .De_bot p {
    line-height: 30px;
}

.newsCon .De_bot a {
    color: #666;
}

.newsCon .De_bot a:hover {
    color: #d50212;
}

.newsCon table{
    border-collapse:collapse;
    border:1px solid #000;
}

.Jianyxc{padding:5%;box-sizing: border-box;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.Jianyxc .Form{margin-left:-5%;}
.Jianyxc .Form .inputBox{width:45%;margin-left:5%;margin-bottom:20px;float:left;}
.Jianyxc .Form .inputBox.col100{width:95%;}
.Jianyxc .Form .inputBox .name{font-size: 16px;color:#999;margin-bottom:10px;}
.Jianyxc .Form .inputBox input{display: block;width:100%;box-sizing: border-box;padding:0 20px;height:45px;border:1px solid #e5e5e5;}
.Jianyxc .Form .inputBox textarea{display: block;width:100%;box-sizing: border-box;padding:10px 20px;height:100px;border:1px solid #e5e5e5;}
.Jianyxc .Form .formBtn{text-align: center;margin-top:40px;}
.Jianyxc .Form .formBtn button{width:120px;height:45px;background: #0C55B8;color:#fff;font-size: 16px;text-align: centers;}
.Jianyxc .Form .inputBox.inputyzm{padding-right:120px;box-sizing: border-box;position: relative;}
.Jianyxc .Form .inputBox.inputyzm .yzm{width:110px;height:45px;position: absolute;bottom:0;right:0;}
.Jianyxc .Form .inputBox.inputyzm .yzm img{width:100%;height:100%;}

@media(max-width:640px){
    .Jianyxc .Form .inputBox{width:95%;}
    .Jianyxc .Form .inputBox input{height:32px;}
    .Jianyxc .Form .inputBox .name{font-size: 14px;margin-bottom:5px;}
    .Jianyxc .Form .inputBox.inputyzm .yzm{height:32px;}
}

/*20231201*/
.newscon.pd3{padding: 3% 0;margin: 0 auto}
.Zjwm_qy{width: 100%;display: inline-block;background: url(../images/newbg1.png) no-repeat center bottom/100% auto;padding: 10% 0;margin: 0 auto;float: left;}
.Zjwm_qy .qy_l{ width: 550px;height: 290px;position: relative; }
.Zjwm_qy .qy_l h3{width: 140px;   height: 220px;padding-top: 40px;   background: #429E7A;   color: #fff; position: relative;z-index: 9;  writing-mode: vertical-rl;   text-align: center;   float: left;   display: flex;   align-items: center;   text-orientation: upright;    align-content: flex-end;    flex-direction: row-reverse;    justify-content: flex-end;    flex-wrap: nowrap;}
.Zjwm_qy .qy_l h3 p{font-size: 30px;writing-mode: vertical-rl;text-align: start;        text-orientation: upright;margin: 0 10px;}
.Zjwm_qy .qy_l h3 span{font-size: 14px;writing-mode: vertical-rl;        text-orientation: sideways;}
.Zjwm_qy .qy_l .txt{position: absolute;left: 35px;bottom: 0;border: 1px solid #429E7A;border-bottom-right-radius: 20px;  height: auto;padding: 30px 30px 30px 130px;}
.Zjwm_qy .qy_l h3:after{position: absolute;left: 0;bottom: -17px;width: 35px;height: 17px;background: url(../images/newarr_1.png) no-repeat center;content: ""}
.Zjwm_qy .qy_l .txt{font-size: 16px;line-height: 1.5;text-align: justify;}
.Zjwm_qy .qy_l .txt .p2{font-size: 12px;margin-top: 30px;}
.Zjwm_qy .qy_l .txt .p1{text-align: justify;text-indent: 2em;}
.Zjwm_qy .qy_r {padding-right: 5%;}
.Zjwm_qy .qy_r h3{font-size: 40px;margin-bottom: 30px;color: #333}
.Zjwm_qy .qy_r li{height: 44px;line-height: 44px;font-size: 18px;}
.Zjwm_qy .qy_r li span{display: inline-block;width: 30px;height: 30px;line-height: 30px;text-align: center;border-radius: 50%;font-size: 14px;color: #fff;background: #429E7A;margin-right: 15px;}
.Zjwm_qy .qy_r li:hover a{color: #429E7A;font-weight: bold;}

.Zjwm_Tit{height: 40px;line-height: 40px;margin-bottom: 30px;}
.Zjwm_Tit h3{font-size: 24px;font-weight: normal;}
.Zjwm_Tit h3 span{height: 30px;width: 30px;height: 30px;line-height: 30px;text-align: center;border-radius: 0 5px 0 5px;background: #429E7A;color: #fff;font-size: 16px;float: left;margin: 5px;}

.gywm_l{width: 48%;float: left;}
.gywm_l .gywm_l_b{margin-top: 30px;}
.gywm_l p{text-indent: 2em;font-size: 16px;line-height: 2;}
.gywm_l .gywm_l_b h3{margin-bottom: 20px;}
.gywm_r{width: 48%;float: right;position:relative}
.gywm_r:after{position:absolute;left:-4.5%;top:0;content:"";background-color:#ddd;height:100%;width:1px}
.gywm_r h3,.gywm_l h3 {font-size: 20px;font-weight: normal;}
.gywm_r h3 span,.gywm_l h3 span{width: 56px;height: 56px;background: url(../images/newarr_2.png) no-repeat center/cover;display: inline-block;text-align: center;line-height: 56px;margin-right: 80px;position: relative;}
.gywm_r h3 span:after,.gywm_l h3 span:after{position: absolute;left: 100%;top: 50%;margin-top: -1px;background: #00A0E9;content: "";width: 70px;height: 1px}
.gywm_r h3 span:before,.gywm_l h3 span:before{position: absolute;right: -70px;top: 50%;margin-top: -2px;background: #00A0E9;content: "";width: 4px;height: 4px;border-radius: 50%}
.gywm_r .p1{padding-left: 22%;}

.gywm_r ul.ul1{background: url(../images/gywmimg3.png) no-repeat left center;padding-left: 270px;min-height: 430px;margin-top: 10px;margin-bottom: 20px;}
.gywm_r ul dl {margin-top: 20px;display: inline-block;}
.gywm_r ul dl dt{font-size: 16px;color: #429E7A;margin-bottom: 10px;}
.gywm_r ul dl dd{font-size: 14px;line-height: 20px;}
.gywm_r ul dl:nth-child(1),.gywm_r ul dl:nth-child(4){margin-left: -50px;}

.gywm_r ul.ul2{background: url(../images/gywmimg4.png) no-repeat left center;padding-left: 100px;min-height: 160px;margin-top: 10px;margin-bottom: 20px;}
.gywm_r ul.ul2 dl:nth-child(1){margin-left: 0;}
.gywm_r ul.ul2 dl{border-left: 1px solid #429E7A;padding-left: 15px;}

.fzzl_l{width: 48%;float: left;}
.fzzl_l *{-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;padding: 0;}
.Zjwm_Tit2{color: #429E7A;margin-bottom: 10px;display: inline-block;width: 100%;font-size: 18px;line-height: 24px;}
.Zjwm_Tit2 p{font-size: 16px;line-height: 20px;text-align: right;}
.fzzl_l .fzzl_l_t{margin-bottom: 50px;display: inline-block;width: 100%;}
.fzzl_l .fzzl_l_t p{float: left;width: 24%;margin-right: 1%; height: 60px;line-height: 60px;text-align: center;border-radius: 0 10px 0 10px;background: #429E7A;color: #fff;font-size: 18px}
.fzzl_l .fzzl_l_t p img{vertical-align: middle;max-height: 30px;margin-right: 10px;}
.fzzl_l .fzzl_l_t li{width: 25%;float: left;height: 60px;line-height: 60px;text-align: center;font-size: 14px;position: relative;background: #DEE2E3}
.fzzl_l .fzzl_l_t li span{font-size: 24px;color: #000}
.fzzl_l .fzzl_l_t li:after{position: absolute;right: 0;top: 50%;margin-top: -15px;height: 30px;width: 1px;background: #9FA0A0;content: ""}
.fzzl_l .fzzl_l_t li:last-child:after{display: none;}
.fzzl_l_b .Zjwm_Tit2{width: 40%;float: left;height: 100px;display: flex;align-items:  center;}
.fzzl_l_b .fzzl_l_box .num{display: flex;align-items:  center;justify-content: center;color: #429E7A;font-size: 18px;width: 20%;float: left;border: 1px solid #429E7A;border-radius: 0 20px 0 20px ;height: 100px;text-align: center;float: left;}
.fzzl_l_b .fzzl_l_box .num b{font-size: 40px;}
.fzzl_l_b .fzzl_l_box .txt_r{width: 68%;height: 100px;background: url(../images/newbg2.png) no-repeat left top;padding: 10px;padding-left: 30px;line-height: 1.3;}
.fzzl_l_b .fzzl_l_box .txt_r span,.fzzl_l_b .fzzl_l_box .txt_l span{olor: #429E7A;   font-size: 0;    background: #429E7A;    width: 6px;    height: 6px;    margin: 6px;    transform: rotateZ(45deg);}
.fzzl_l_b .fzzl_l_box1.fzzl_l_box {height: 100px;width: 60%;margin-bottom: 10px;}
.fzzl_l_b .fzzl_l_box1.fzzl_l_box .txt_r{width: 69%}
.fzzl_l_b .fzzl_l_box1.fzzl_l_box .num{width: 30%;}
.fzzl_l_b .fzzl_l_box .txt_r{width: 40%;float: left;}
.fzzl_l_b .fzzl_l_box .txt_r i,.fzzl_l_b .fzzl_l_box .txt_l i{float: left;max-width: calc(100% - 20px)}
.fzzl_l_b .fzzl_l_box .txt_r p,.fzzl_l_b .fzzl_l_box .txt_l p{width: 100%;float: left;margin-bottom: 8px;}
.fzzl_l_b .fzzl_l_box .txt_l{height: 100px;background: url(../images/newbg3.png) no-repeat right bottom;padding: 10px;padding-right: 30px;line-height: 1.3;}
.fzzl_l_b .fzzl_l_box .txt_l{width: 40%;}
.fzzl_l_b .fzzl_l_box.fzzl_l_box3 .txt_r p,.fzzl_l_b .fzzl_l_box.fzzl_l_box3 .txt_l p{margin-bottom: 2px;}
.fzzl_l_b .fzzl_l_box.fzzl_l_box4 .txt_r p,.fzzl_l_b .fzzl_l_box.fzzl_l_box4 .txt_l p{margin-bottom: 2px;}
.fzzl_l_b .fzzl_l_box{margin-bottom: 10px;display: inline-block;}

.fzzl_r{width: 48%;float: right;padding-bottom: 80px;background: url(../images/newbg4.png) no-repeat center bottom /100% auto;}
.fzzl_r .Zjwm_Tit2 p{width: 50%;text-align: left;text-indent: 2em;}
.fzzl_r .Zjwm_Tit2 p span{background: linear-gradient(to right, #429E7A, #00A0E9);font-weight: bold;     -webkit-background-clip: text;     -webkit-text-fill-color: transparent;}
.fzzl_r .fzzl_r_b{text-align: center;margin-top: 20px;}
.fzzl_r ul{display: flex;justify-content: center; text-align: center;width: 100%;}
.fzzl_r  li{float: left;width: 25%;padding: 0 20px;margin-top: 30px;}
.fzzl_r  li:nth-child(2){width: 30%;margin-top: -20px;}
.fzzl_r  li h3{font-size: 18px;color: #429E7A;font-weight: bold;padding-bottom: 10px;border-bottom: 1px solid #429E7A ;}



.Zjwm_fzlc{width: 100%;display: inline-block;background: url(../images/newbg5.png) no-repeat center bottom;padding: 3% 0;margin: 0 auto;float: left;min-height:900px;}
.Zjwm_fzlc .Contain{position: relative;height: 100%;min-height:900px;}
.Zjwm_fzlc li{position: absolute;min-height: 200px;width: 20%;border-left: 1px solid #429E7A;}
.Zjwm_fzlc li h3{font-size: 20px;padding-left: 10px;border-left: 3px solid #429E7A;color: #429E7A;margin-bottom: 10px;}
.Zjwm_fzlc li p{font-size: 12px;line-height: 16px;padding-left: 20px;text-align: justify;}
.Zjwm_fzlc li.li1{bottom: 38%;width: 12%}
.Zjwm_fzlc li.li2{bottom: 26%;width: 18%;left: 13%;min-height: 520px;}
.Zjwm_fzlc li.li3{bottom: 27%;width: 18%;left: 15%;min-height: 340px;}
.Zjwm_fzlc li.li4{bottom: 32%;width: 15%;left: 19%;min-height: 200px;}
.Zjwm_fzlc li.li5{bottom: 43%;width: 18%;left: 39%;min-height: 460px;}
.Zjwm_fzlc li.li6{bottom: 48%;width: 15%;left: 42%;min-height: 240px;}
.Zjwm_fzlc li.li7{bottom: 52%;width: 18%;left: 62%;min-height: 400px;}
.Zjwm_fzlc li.li8{bottom: 48%;width: 18%;left: 64%;min-height: 300px;}
.Zjwm_fzlc li.li9{bottom: 44%;width: 16%;left: 66%;min-height: 180px;}
.Zjwm_fzlc li.li10 {bottom: 67%;width: 17%;left: 88%;min-height: 280px;}
.Zjwm_fzlc li.li11 {bottom: 68%;width: 15%;left: 90%;min-height: 160px;}
.Zjwm_fzlc li.li12 {bottom: 16%;width: 12%;left: 96%;padding-top: 200px;min-height: unset;}

.Zjwm_qywh{width: 100%;display: inline-block;background: url(../images/newbg6.png) no-repeat center bottom;padding: 3% 0;margin: 0 auto;float: left;min-height:900px;background-size: 100% auto}
.Zjwm_qywh .Zjwm_Tit{color: #000}
.Zjwm_qywh ul{display: flex;padding-top: 30%;}
.Zjwm_qywh ul li .quan{width: 240px;height: 240px;margin: 0 auto; border-radius: 50%;border: 4px solid rgba(255,255,255,.5); background: linear-gradient(to right, #429E7A, #00A0E9);display: flex;align-items: center;justify-content: center;font-size: 22px;color: #fff;line-height: 1.5;}
.Zjwm_qywh ul li{flex: 1;text-align: center;}
.Zjwm_qywh ul li h3{font-size: 22px;color: #333;  text-decoration: underline;margin-top: 30px;font-weight: normal;line-height: 2;text-underline-offset: 0.3em;}
.Zjwm_qywh ul li:nth-child(2){margin-top: -8%;}
.Zjwm_qywh ul li:nth-child(3){margin-top: -15%;}
.Zjwm_qywh ul li:nth-child(4){margin-top: -15%;}

.Cybj_p1,.Cybj_p3 {width: 48%;float: left;}
.Cybj_p1 .Contain2{background: url(../images/newbg7.jpg) no-repeat center bottom;margin: 0 auto;min-height:600px;background-size: cover;padding-top: 60px;}
.Cybj_p1 li{padding-left: 20%;margin-top: 2%;}
.Cybj_p1 li {font-size: 18px;height: 62px;line-height: 60px;color: #fff}
.Cybj_p1 li img{margin-right: 20px;}

.Cybj_p2,.Cybj_p4{width: 48%;float: right;}
.Cybj_p2_t h3{color: #2AA75F;font-size: 22px;height: 40px;line-height: 40px;margin-top: 00px;margin-bottom: 20px;}
.Cybj_p2_t h3 img{max-height: 40px;margin-right: 10px;}
.Cybj_p2_t p{color: #333;font-size: 16px;line-height: 2;}
.Cybj_p2_b h4{color: #407038;position: relative;z-index: 5;font-size: 20px;font-weight: normal;margin: 20px auto}
.Cybj_p2_b h4 span{background: #fff;padding-right: 20px;}
.Cybj_p2_b h4:before{position: absolute;left: 0;top: 50%;width: 100%;height: 1px;background: #407038;z-index: -1;content: ""}

.Cybj_p3 {margin-top: 30px;background: #EBF5EC;}
.Cybj_p3 h5,.Cybj_p4 h5{height: 40px;line-height: 40px;border-radius: 8px 0 0 0;text-align: left;margin-bottom: 30px; background: linear-gradient(to right, #429E7A, rgba(42,167,95,0)); font-size: 18px;color: #fff;max-width: 40%;font-weight: normal;padding-left: 20px;}
.Cybj_p3 li{width: 48%;float: left;min-height: 48px;border-bottom: 1px solid #dedede;display: flex;align-items: center;}
.Cybj_p3 li:nth-child(2n){float: right;}

.Cybj_p4{text-align: center;margin-top: 30px;}
.Cybj_p4 .box{border-radius: 20px;border: 1px solid #429E7A;display: inline-block;display: flex;margin: 20px auto}
.Cybj_p4 .box .imgbox{float: left;margin: 30px 20px;display: flex;align-items: center;}
.Cybj_p4 .box .imgbox img{max-height: 100px;}
.Cybj_p4 .box .txt{font-size: 14px;line-height: 1.8;width: 70%;float: right;padding: 30px 20px;text-align: left;color: #429E7A}

.Cybj_p5{margin-top: 40px;}
.Cybj_p5_l{width: 100%;float: left;}
.Cybj_p5 h5,.Cybj_p6 h5,.Cybj_p7_r h5,.Cybj_p8_l h5{height: 40px;line-height: 40px;border-radius: 8px 0 0 0;text-align: left; background: linear-gradient(to right, #429E7A, rgba(42,167,95,0)); font-size: 18px;color: #fff;max-width:280px;font-weight: normal;padding-left: 20px;}
.toptxt h6 span{background: linear-gradient(to right, #429E7A, #00A0E9);     -webkit-background-clip: text;     -webkit-text-fill-color: transparent;display: inline-block;height: 48px;line-height: 48px;}
.toptxt h6{font-size: 22px;font-weight: normal;}
.toptxt h6 img{vertical-align: middle;max-height: 60px;}
.toptxt {display: inline-block;width: 100%;margin-top: 30px;}
.toptxt p{max-width: 360px;text-align: right;}
.Cybj_p5 .imgs{display: flex;justify-content: space-between;margin-top: 20px;}
.Cybj_p5 .imgs .imgbox{width: 75%;padding-bottom: 28%;}
.Cybj_p5 .imgs .imgbox.kong{width: 23%;background: #EBF5EC}
.Cybj_p5 .imgs .imgbox p{line-height: 1.5;padding: 10px 0;font-size: 16px; text-align: center;background: linear-gradient(to right, rgba(42,167,95,0.8), rgba(0,117,194,0.8));position: absolute;width: 100%;bottom: 0;left: 0;color: #fff}
.Cybj_p5 .imgs.w50 .imgbox{width: 49%}
.Cybj_p5 .imgs.w50.imgs2  .imgbox{margin-bottom: 2%;}
.Cybj_p5 .imgs.w50.imgs2{flex-wrap:wrap;}

.Cybj_p5 .imgs.w100 .imgbox{width: 100%;}
.Cybj_p5 .imgs.w50 .imgbox.w60{width: 60%;}
.Cybj_p5 .imgs.w50 .imgbox.w40{width: 38%;}

.Cybj_p6{margin-top: 40px;}
.gsbox h6{font-size: 22px;position: relative;z-index: 5;margin: 30px auto}
.gsbox h6:after{position: absolute;right: 0;top: 50%;height: 1px ;width: 70%;content: "";background: linear-gradient(to right, #429E7A, #00A0E9);z-index: -1;}
.gsbox h6 span{background: linear-gradient(to right, #429E7A, #00A0E9);     -webkit-background-clip: text;     -webkit-text-fill-color: transparent;}
.gsbox .gsbox_b {display: flex;align-items:center;}
.gsbox .gsbox_b .txt{width:35%;vertical-align: middle; }
.gsbox .gsbox_b .txt p{font-size: 16px;line-height: 2;text-indent: 2em;}
.gsbox .gsbox_b .imgbox{width: 65%;padding-bottom: 40%;}
.gsbox .gsbox_b .imgbox span{background-size: contain;}
.gsbox .ryzs li{width: 32%;float: left;margin-right: 2%;margin-bottom: 2%;}
.gsbox .ryzs li:nth-child(3n){margin-right: 0;}
.gsbox .ryzs li .imgbox{padding-bottom: 65%;}
.gsbox .gsbox_b.gsbox_b2{display: inline-block;width: 100%;}
.gsbox .gsbox_b.gsbox_b2 .imgbox{width: 100%;padding-bottom: 0%;margin-top: 30px;display: inline-block;}
.gsbox .gsbox_b.gsbox_b2 .imgbox img{width: 100%;}
.gsbox .gsbox_b.gsbox_b2 .txt{width:100%; position: relative;}
.gsbox .gsbox_b.gsbox_b2 .txt p{display: inline-block;text-align: justify;}
.gsbox .gsbox_b.gsbox_b2 .txt img{margin-left: 20px;margin-bottom: 0px;width: 60%;}
.Cybj_p6_l{width: 48%;}
.Cybj_p6_l h6:after{width: 30%}
.Cybj_p6_r{width: 48%;}

.Cybj_p6_r{overflow: hidden;display: flex;flex-wrap:wrap;justify-content:space-between;align-items: center;}
.Cybj_p6_r .left{width: 160px;height: 160px;text-align: center;background: #429E7A;border-radius: 50%;margin-left: -0px;display: flex;align-items: center;justify-content: center;position: relative;}
.Cybj_p6_r .left p{font-size: 14px;color: #fff;margin-top: 10px;}
.Cybj_p6_r .left img{width: 50px;}
.Cybj_p6_r .left:after{position: absolute;left: 50%;top: 50%;width: 200px;height: 200px;border: 1px dashed #429E7A;margin-left: -100px;margin-top: -100px;content: "";border-radius: 50%}
.Cybj_p6_r .right{float: right;width: calc(100% - 240px);position: relative;padding-top: 80px;}
.Cybj_p6_r .right:after{position: absolute;right: 100%;top: 50%; width: 100px;height: 1px;background: #429E7A;content: "";}
.Cybj_p6_r .right li{position: relative;padding-bottom: 70px;border-left: 1px solid #429E7A;margin-top: -25px;}
.Cybj_p6_r .right li img{height: 60px;position: absolute;left: 10px;top: -7px;}
.Cybj_p6_r .right li h3,.Cybj_p6_r .right li p{padding-left: 80px;}
.Cybj_p6_r .right li h3{border-bottom: 1px solid #429E7A;margin-bottom: 15px;font-weight: normal;color: #429E7A}
.Cybj_p6_r .right li:nth-child(4){border-left: none}

.Cybj_p7_l.Cybj_p2{float: left;}
.Cybj_p7_r{width: 48%;float: right;}
.Cybj_p7_r .box {display: flex;width: 100%;margin-top: 20px;justify-content:space-between;align-items: center;}
.Cybj_p7_r .box h6{display: flex;font-size: 16px;font-weight: normal;justify-content:space-between;}
.Cybj_p7_r .box h6 i{width: 70%;height: 12px;border-bottom: 1px solid #DCDDDD;}
.Cybj_p7_r .box h6 span{background: linear-gradient(to right, #429E7A, #00A0E9);     -webkit-background-clip: text;     -webkit-text-fill-color: transparent; width: 70%}
.Cybj_p7_r .box p{text-indent: 2em;font-size: 16px;}
.Cybj_p7_r .box.w50 .imgbox{width: 48%;padding-bottom: 22%;float: left;}
.Cybj_p7_r .box.w50 .txt{float: right;width: 48%;}
.Cybj_p7_r .box.w50 .txt  h6 i{width: 45%}

.Cybj_p8_l{width: 48%;float: left;}
.Cybj_p8_l li{display: flex;align-items: center;justify-content: center;border: 1px solid #429E7A;border-radius: 0 100px 100px 0;padding-right: 2%;border-left: none;width: 90%;margin-top: 20px;}
.Cybj_p8_l li .imgbox{width: 40%;padding-bottom: 20%;float: right;margin: 5px 0;}
.Cybj_p8_l li p{max-width: 60%;float: left;background: linear-gradient(to right, #429E7A, #00A0E9); font-size: 18px;    -webkit-background-clip: text;     -webkit-text-fill-color: transparent; }
.Cybj_p8_l li .imgbox span{background-size: contain;}
.Cybj_p8_l li .box{display: flex;align-items: center;justify-content: space-between;width: 100%}
.Cybj_p8_l li.li2{width: 80%}
.Cybj_p8_l li.li3{width: 60%;padding-right: 0;}
.Cybj_p8_l li.li4{width: 76%}

.Cybj_p8_l_b{display: inline-block;width: 100%;margin-top: 30px;}
.Cybj_p8_l_b .txt{width: 100%;font-size: 16px;line-height: 2;}
.Cybj_p8_l_b .imgbox{width: 100%;margin-top: 40px;text-align: center;}

.Cybj_p8_r{width: 48%;float: right;margin-top: 40px;border: 1px solid #429E7A;border-radius: 10px;text-align: center;padding: 0 10px;}
.Cybj_p8_r h2{background: #fff;height: 30px;line-height: 30px;text-align: center;margin: 0 auto;border: 1px solid  #429E7A ;border-radius: 30px;display: inline-block;font-size: 18px;padding:0 10px;position: relative;top: -15px;font-weight: normal;color: #429E7A }
.Cybj_p8_r  .box{text-align: left;padding: 20px 0;border-bottom: 1px solid #D8D9DA;display: inline-block;width: 100%;}
.Cybj_p8_r  .box .txt{width: 28%;float: left;}
.Cybj_p8_r  .box .txt h3{color: #429E7A}
.Cybj_p8_r  .box .txt p{color: #333;text-indent: 2em;}
.Cybj_p8_r  .box .pro{width: 70%;float: right;}
.Cybj_p8_r  .box .pro ul{display: flex;align-items: center;justify-content: center;}
.Cybj_p8_r  .box .pro li{flex: 1;text-align: center;}
.Cybj_p8_r  .box .pro li .imgbox{padding-bottom: 140%;}
.Cybj_p8_r  .box .pro li .imgbox span{background-size: contain;margin: 0 10px;width: calc(100% - 20px)}
.Cybj_p8_r  .box .pro li p{font-size: 12px;color: #00A0E9;line-height: 16px;}
.Cybj_p8_r  .box:nth-child(2n+1) .txt{float: right;}
.Cybj_p8_r  .box:nth-child(2n+1) .pro{float: left;}
.Cybj_p8_r .box.box4{border-left: 1px solid #D8D9DA;padding-left: 1%;border-bottom: none;}
.Cybj_p8_r  .box.box3{width: 60%;float: left;}
.Cybj_p8_r  .box.box3 .pro{width: 50%;}
.Cybj_p8_r  .box.box3 .txt{width: 48%}
.Cybj_p8_r  .box.box5{width: 60%;float: left;}
.Cybj_p8_r  .box.box5 .pro,.Cybj_p8_r  .box.box4 .pro{width: 100%;}
.Cybj_p8_r  .box.box5 .txt,.Cybj_p8_r  .box.box4 .txt{width: 100%}
.Cybj_p8_r  .box.box4{width: 38%;float: right;}
.Cybj_p8_r  .box.box4 .pro li{width: 25%;flex: auto}
.Cybj_p8_r  .box.box4 .pro ul{flex-wrap: wrap;}

.Cybj_p9{margin-top: 30px;}
.Cybj_p9_l.Cybj_p2{float: left;}
.Cybj_p9_l.Cybj_p2 .Cybj_p2_b{font-size: 16px;line-height: 2;}
.Cybj_p9_l.Cybj_p2 .Cybj_p2_b p img{margin-right: 20px;margin-bottom: 10px;}
.Cybj_p9_l.Cybj_p2 .Cybj_p2_b p{margin-bottom: 20px;}
.Cybj_p9 .hzdw{margin-top: 50px;}
.Cybj_p9 .hzdw .txt{width: 45%;float: left;}
.Cybj_p9 .hzdw .txt .box{border: 1px solid #429E7A;border-radius: 10px;text-align: center;font-size: 15px;color: #429E7A;line-height: 1.36;padding-bottom: 20px;margin-bottom: 30px;}
.Cybj_p9 .hzdw .txt .box h4{display: inline-block;position: relative;top: -16px;;font-size: 18px;font-weight: normal;background: #fff;line-height: 24px;padding: 0 5px;}
.Cybj_p9 .hzdw .imgbox{width: 53%;}
.Cybj_p9 .hzdw .imgbox img{margin-bottom: 40px;}
.Cybj_p9_r.Cybj_p2{float: right;}
.Cybj_p9_r.Cybj_p2 .Cybj_p2_b p img{margin-left: 20px;margin-bottom: 10px;}
.Cybj_p9_r.Cybj_p2 .Cybj_p2_b{font-size: 16px;line-height: 1.64;}

.Cybj_p10_l.Cybj_p2{float: left;margin-top: 10px;}
.Cybj_p10_l.Cybj_p2 .imgbox img{margin-top: 10px;}
.Cybj_p10_r.Cybj_p2 .xmbox .box .imgbox{width: 50%;float: left;}
.Cybj_p10_r.Cybj_p2 .xmbox .box .txt{float: right;width: 46%;padding: 2%;background: #EBF5EC;line-height: 1.32;text-align: justify;}
.Cybj_p10_r.Cybj_p2 .xmbox .box .txt h3{font-size: 16px; margin-bottom: 8px;}
.Cybj_p10_r.Cybj_p2 .xmbox .box{margin-top: 40px;display: flex;width: 100%;}
.Cybj_p10_r.Cybj_p2 .xmbox .box:nth-child(2n) .txt h3{text-align: right;;}
.Cybj_p10_r.Cybj_p2 .xmbox .box .imgbox img{height: 100%}
.Cybj_p10_r.Cybj_p2 .xmbox .box .txt h3 span{background: linear-gradient(to right, #429E7A, #00A0E9);  -webkit-background-clip: text;     -webkit-text-fill-color: transparent;}
.Cybj_p10_r.Cybj_p2 .xmbox .box .txt p,.Cybj_p2_b p{text-indent: 2em;font-size: 16px;text-align:justify}
.Cybj_p3_b .box h3 img{vertical-align:middle;margin-right:10px;}
.Cybj_p3_b .box h3{font-size: 18px;line-height: 1.5;font-weight:normal}
.Cybj_p3_b .box p{font-size: 14px;line-height: 1.5;}
.Cybj_p3_b .box p.green{color: #2AA75F}
.Cybj_p3_b .box p.blue{color: #00A0E9}
.Cybj_p3_b .box {margin-bottom:15px;width:49%}
.Cybj_p3_b{    display: flex;    flex-wrap: wrap;justify-content: space-between;padding:0 10px;}
.Cybj_p10_r2.Cybj_p2_b  .xmbox{display: flex;justify-content:space-between;margin-bottom: 30px;}
.Cybj_p10_r2.Cybj_p2_b  .xmbox .box{width: 48%;display: flex;margin-top: 30px;}
.Cybj_p10_r2.Cybj_p2_b  .xmbox .box .imgbox{width: 50%;float: left;}
.Cybj_p10_r2.Cybj_p2_b  .xmbox .box .txt{float: right;width: 46%;padding: 2%;background: #EBF5EC;line-height: 1.32;text-align: justify;}
.Cybj_p10_r2.Cybj_p2_b  .xmbox .box:nth-child(2n) .txt h3{text-align: right;;}
.Cybj_p10_r2.Cybj_p2_b  .xmbox .box .imgbox img{height: 100%}
.Cybj_p10_r2.Cybj_p2_b  .xmbox .box .txt h3 span{background: linear-gradient(to right, #429E7A, #00A0E9);  -webkit-background-clip: text;     -webkit-text-fill-color: transparent;}
.Cybj_p10_r2.Cybj_p2_b  .xmbox .box .txt p,.Cybj_p2_b p{text-indent: 2em;font-size: 16px;text-align:justify}


.Cybj_p11 .map_l,.Cybj_p11 .map_r{width: 100%;}
.Cybj_p11 h3{line-height: 28px;height: 56px;margin-top: 20px;margin-bottom: 40px;}
.Cybj_p11 h3 img{max-height: 50px;}
.Cybj_p11 h3 span{display: inline-block;margin-left: 20px;font-size: 18px;font-weight: normal;color: #429E7A}
.map_r li{width: 19%;float: left;margin-right: 1.25%;margin-bottom: 1.25%;}
.map_r li:nth-child(5n){margin-right: 0;}
.map_r li .imgbox{padding-bottom: 56%;}
.map_r li p{text-align: center;font-size: 16px;height: 30px;line-height: 30px;background: linear-gradient(to right, #429E7A, #00A0E9);color: #fff}

.Zjwm_hxys .hxysbox,.Zjwm_hxys .hxysbox *{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 0;padding: 0;}
.Zjwm_hxys .hxysbox{width: 48%;float: left;background: linear-gradient(to right, #009944, #0075C2);position: relative;border-radius: 20px;display: flex;padding: 20px 40px;margin-top: 60px;align-items: center;justify-content: space-between;margin-bottom: 30px;}
.Zjwm_hxys .hxysbox .left{float: left;width: 80px;text-align: center;position: relative;top: -85px;}
.Zjwm_hxys .hxysbox .left .imgbox{background: #fff;border: 5px solid #fff;width: 90px;height: 90px;border-radius: 50%;background:url(../images/hxysbg1.png) no-repeat center/cover;overflow: visible;}
.Zjwm_hxys .hxysbox .left .imgbox:after{position: absolute;width: 90px;height: 90px;transform:translate(-50%, -50%);content: "";left: 50%;top: 50%;border-radius: 50%;border: 1px solid #429E7A }
.Zjwm_hxys .hxysbox .left .imgbox:before{position: absolute;width: 90px;height: 90px;transform:translate(-50%, -50%);content: "";left: 50%;top: 50%;border-radius: 50%;border: 5px solid #fff }
.Zjwm_hxys .hxysbox .left .imgbox span{background-size: auto 55%}
.Zjwm_hxys .hxysbox .left p{writing-mode: vertical-rl;text-orientation: upright;display: inline-block;font-size: 22px;margin-top: 20px;color: #fff;letter-spacing: 0.1em;width: 22px;}
.Zjwm_hxys .hxysbox .right{float: left;width: calc(100% - 120px)}
.Zjwm_hxys .hxysbox .right li span{display: inline-block;width: 30px;height: 30px;text-align: center;border: 1px solid #fff;margin: 5px auto}
.Zjwm_hxys .hxysbox .right li span img{max-width: 20px;vertical-align: middle;}
.Zjwm_hxys .hxysbox .right li p{width: calc(100% - 50px);float: right;color: #fff;}
.Zjwm_hxys .hxysbox .right li{margin-bottom: 15px;float: left;width: 100%;}
.Zjwm_hxys .hxysbox .right ul li:last-child{margin-bottom: 0;}
.Zjwm_hxys .hxysbox.hxysbox2,.Zjwm_hxys .hxysbox.hxysbox4{float: right;}
.Zjwm_hxys .flex{display: flex;justify-content: space-between;flex-wrap: wrap;}


@media(max-width:1280px) {
.gywm_l,.fzzl_l{width: 100%}
.gywm_r,.fzzl_r{width: 100%;margin-top: 40px;}
.gywm_l img{display: block;margin: 0 auto}
.gywm_r ul.ul1{min-height: unset;background-size:  auto 100%}
.Contain{width: 94%;max-width: 1260px;margin: 0 auto}
.fzzl_l_b .fzzl_l_box{width: 100%}
.Zjwm_fzlc li.li12{left: 92%;padding-top: 30px;}
.Zjwm_qywh ul li .quan{width: 200px;height: 200px;font-size: 20px;}
.Zjwm_qywh ul li h3{font-size: 20px;margin-top: 10px;color: #fff}
.Zjwm_qywh{min-height: unset;background-position: top center}
.Zjwm_qywh ul{padding-top: 5%;margin-bottom: 5%;}
.Zjwm_qywh ul li:nth-child(4),.Zjwm_qywh ul li:nth-child(3),.Zjwm_qywh ul li:nth-child(2){margin: 0 auto}
.Zjwm_qywh ul li:nth-child(2n){margin-top: -40px;}
.Cybj_p9_r .Cybj_p2_b .imgbox img,.Cybj_p10_l  .Cybj_p2_b .imgbox img{max-width: 49%}
}

@media(max-width:1024px) {
    .Zjwm_fzlc{background: none;padding-bottom: 40px !important;}
.gywm_r ul.ul1{background: none;padding-left: 0;}
.gywm_r .p1{padding-left: 10%;}
.gywm_r ul dl:nth-child(1), .gywm_r ul dl:nth-child(4){margin-left: 0;}
.Zjwm_fzlc li{position: static;width: 50%;min-height: unset;border: none;padding: 20px 0;float: left;}
.Zjwm_fzlc ul{display: flex;flex-wrap: wrap;    justify-content: space-between;}
.Zjwm_fzlc li.li1{width: 32%;height: auto;min-height: unset;}
.Zjwm_fzlc li.li2{width: 32%;height: auto;min-height: unset;}
.Zjwm_fzlc li.li3{width: 32%;height: auto;min-height: unset;}
.Zjwm_fzlc li.li4{width: 32%;height: auto;min-height: unset;}
.Zjwm_fzlc li.li5{width: 32%;height: auto;min-height: unset;}
.Zjwm_fzlc li.li6{width: 32%;height: auto;min-height: unset;}
.Zjwm_fzlc li.li7{width: 32%;height: auto;min-height: unset;}
.Zjwm_fzlc li.li8{width: 32%;height: auto;min-height: unset;}
.Zjwm_fzlc li.li9{width: 32%;height: auto;min-height: unset;}
.Zjwm_fzlc li.li10{width: 32%;height: auto;min-height: unset;}
.Zjwm_fzlc li.li11{width: 32%;height: auto;min-height: unset;}
.Zjwm_fzlc li.li12{width: 32%;height: auto;min-height: unset;}
.Zjwm_qywh ul li .quan{width: 160px;height: 160px;font-size: 16px;}
.Cybj_p2_t p,.Cybj_p10_r.Cybj_p2 .xmbox .box .txt p, .Cybj_p2_b p,.gsbox .gsbox_b .txt p{line-height: 1.5;font-size: 15px;}
.gsbox .gsbox_b{margin-bottom: 30px;}
.Cybj_p6_l,.Cybj_p6_r,.Cybj_p7_l.Cybj_p2,.Cybj_p7_r,.Cybj_p8_l,.Cybj_p8_r,.Cybj_p9_l.Cybj_p2,.Cybj_p9_r.Cybj_p2,.Cybj_p10_l.Cybj_p2,.Cybj_p10_r {width: 100%;margin-bottom: 30px;}
.Cybj_p8_r .box .pro li .imgbox{padding-bottom: 110%;}
.Cybj_p8_r .box.box4 li{margin-top: 20px;}
.Cybj_p9 .hzdw,.Cybj_p9_l.Cybj_p2 .Cybj_p2_b p{display: inline-block;width: 100%}
.Cybj_p9_r .Cybj_p2_b .imgbox img, .Cybj_p10_l .Cybj_p2_b .imgbox img{display: inline-block;float: none}
.Cybj_p9_r .Cybj_p2_b .imgbox, .Cybj_p10_l .Cybj_p2_b .imgbox{text-align: center;}
.Cybj_p9 .hzdw .imgbox{text-align: center;}
.Zjwm_hxys .hxysbox{width: 100%}
.Zjwm_hxys .hxysbox .left{top: -70px;}

}
@media(max-width:768px) {
.Zjwm_qy .qy_l h3{height: 160px;}
.Zjwm_qy .qy_l{height: 240px}
.Mlbox .MenuNav li{width: auto;}
.Zjwm_qy .qy_r{padding-right: 0;}
.Zjwm_qy .qy_r li{height: 40px;line-height: 40px;}
.Zjwm_qy .qy_r h3{font-size: 30px;margin-bottom: 10px;}
.Zjwm_qy .qy_l .txt{font-size: 14px;}
.Zjwm_qy,.Zjwm_qywh{background-size: cover;}
.Zjwm_fzlc li{width: 100% !important;padding-bottom: 0;}
.Zjwm_qywh ul li{width: 48%;margin-bottom: 40px;}
.Zjwm_qywh ul{flex-wrap: wrap;}
.Zjwm_qywh ul li:nth-child(4) h3,.Zjwm_qywh ul li:nth-child(3) h3{color: #333}
.gsbox .gsbox_b .txt{width: 100%}
.gsbox .ryzs li{width: 49%;float: left;margin-right: 0;}
.gsbox .ryzs li:nth-child(2n){float: right;}

}

@media(max-width:640px) {
    .Zjwm_qy .qy_r{width: 100%;text-align: center;margin-top: 10%;}
   .Zjwm_qy .qy_l .txt{position: static;padding: 20px;}
    .Zjwm_qy .qy_l{width: 100%;height: auto;}
    .Zjwm_qy .qy_l h3{width: auto;height: auto;padding: 20px;margin-right: 20px;margin-bottom: 20px;}
.Zjwm_qy .qy_l h3:after{display: none}
.fzzl_l_b .fzzl_l_box .txt_r,.fzzl_l_b .fzzl_l_box .txt_l,.fzzl_l_b .fzzl_l_box .num,.fzzl_l_b .fzzl_l_box1.fzzl_l_box{height: auto;background-size: auto 100%}
.fzzl_l_b .fzzl_l_box{display: flex;}
.fzzl_l .fzzl_l_t p,.fzzl_l .fzzl_l_t li{width: 49%;margin-bottom: 10px;margin-right: 1%;}
.fzzl_l_t li:last-child,.fzzl_l_t li:nth-child(1){float: right;}
.fzzl_r li,.fzzl_r li:nth-child(2){width: 100%;margin: 0 auto;margin-top: 20px;}
.fzzl_r ul{display: inline-block;width: 100%;}
.Zjwm_qywh ul li .quan{width: 130px;height: 130px;font-size: 14px;}
.Zjwm_qywh ul li h3{font-size: 16px;}
.Cybj_p6_r {display: inline-block;width: 100%;}
.Cybj_p6_r .left{margin: 0 auto}
.Cybj_p6_r .right{width: 100%}
.Cybj_p6_r .right li{border: none;}
.Cybj_p8_r .box .txt,.Cybj_p8_r .box .pro,.Cybj_p8_r .box.box3,.Cybj_p8_r .box.box4,.Cybj_p8_r .box.box5{width: 100%}
.Cybj_p8_r .box .pro{margin-top: 20px;}
.Cybj_p9 .hzdw .txt,.Cybj_p9 .hzdw .imgbox,.Cybj_p10_r.Cybj_p2 .xmbox .box .imgbox,.Cybj_p11 .map_l, .Cybj_p11 .map_r,.Cybj_p1, .Cybj_p3,.Cybj_p2, .Cybj_p4{width: 100%}
.Cybj_p9_r .Cybj_p2_b .imgbox img, .Cybj_p10_l .Cybj_p2_b .imgbox img{max-width: 69%}
.Cybj_p10_r.Cybj_p2 .xmbox .box{display: inline-block;width: 100%}
.Cybj_p10_r.Cybj_p2 .xmbox .box .txt{width: 96%;padding: 2%}
.Cybj_p11 .map_l, .Cybj_p11 .map_r{margin-bottom: 2%;}
.gsbox h6:after{width: 20%}
.Cybj_p5 .imgs .imgbox p{font-size: 14px;padding: 5px 0;line-height: 20px;}
.Cybj_p8_r .box .pro li .imgbox span{background-size: auto}
.Cybj_p8_l li p,.Cybj_p7_r .box p,.Cybj_p8_l_b .txt{line-height: 1.5; font-size: 15px;}
.Cybj_p1{margin-bottom: 30px;}
.Zjwm_hxys .hxysbox{display: inline-block;width: 100%;padding: 20px;}
.Zjwm_hxys .hxysbox .left{width: 100%;position: static;display:flex;align-items: center;justify-content: center;margin-top: 20px;}
.Zjwm_hxys .hxysbox .left p{writing-mode:horizontal-tb;margin-top: 0;margin-left: 30px;}
.Zjwm_hxys .hxysbox .right{width: 100%;margin-top: 20px;}
.Zjwm_hxys .hxysbox{margin-top: 0;}
}









</pre></body></html>